Searched refs:block_id (Results 1 – 9 of 9) sorted by relevance
120 int block_id = successor->GetBlockId(); in LinearizeGraphInternal() local121 size_t number_of_remaining_predecessors = forward_predecessors[block_id]; in LinearizeGraphInternal()125 forward_predecessors[block_id] = number_of_remaining_predecessors - 1; in LinearizeGraphInternal()
210 bool IsInOrigBBSet(uint32_t block_id) const { in IsInOrigBBSet() argument211 return orig_bb_set_.IsBitSet(block_id); in IsInOrigBBSet()341 HBasicBlock* GetBlockById(uint32_t block_id) const { in GetBlockById() argument342 DCHECK(block_id < graph_->GetBlocks().size()); in GetBlockById()343 HBasicBlock* block = graph_->GetBlocks()[block_id]; in GetBlockById()
358 uint32_t block_id = entry.first; in InsertTryBoundaryBlocks() local360 HBasicBlock* try_block = graph_->GetBlocks()[block_id]; in InsertTryBoundaryBlocks()377 uint32_t block_id = entry.first; in InsertTryBoundaryBlocks() local379 HBasicBlock* try_block = graph_->GetBlocks()[block_id]; in InsertTryBoundaryBlocks()428 for (uint32_t block_id : targets) { in InsertSynthesizedLoopsForOsr() local429 HBasicBlock* block = graph_->GetBlocks()[block_id]; in InsertSynthesizedLoopsForOsr()
549 for (size_t block_id : visited_blocks_.Indexes()) { in FindVisitedBlockWithRecyclableSet() local550 ValueSet* current_set = sets_[block_id]; in FindVisitedBlockWithRecyclableSet()556 HBasicBlock* current_block = block->GetGraph()->GetBlocks()[block_id]; in FindVisitedBlockWithRecyclableSet()
98 uint32_t block_id, in TestBlock() argument103 HBasicBlock* block = graph->GetBlocks()[block_id]; in TestBlock()
41 int block_id = block->GetBlockId(); in MarkReachableBlocks() local42 DCHECK(visited->IsBitSet(block_id)); in MarkReachableBlocks()
566 for (size_t block_id = 0u, end = blocks_.size(); block_id != end; ++block_id) { in SimplifyCFG() local567 HBasicBlock* block = blocks_[block_id]; in SimplifyCFG()764 size_t block_id = block->GetBlockId(); in PopulateIrreducibleRecursive() local768 if (finalized->IsBitSet(block_id)) { in PopulateIrreducibleRecursive()783 blocks_.SetBit(block_id); in PopulateIrreducibleRecursive()784 finalized->SetBit(block_id); in PopulateIrreducibleRecursive()799 blocks_.SetBit(block_id); in PopulateIrreducibleRecursive()800 finalized->SetBit(block_id); in PopulateIrreducibleRecursive()808 finalized->SetBit(block_id); in PopulateIrreducibleRecursive()
333 int block_id = block->GetBlockId(); in HandleLoopSideEffects() local334 ScopedArenaVector<HInstruction*>& heap_values = heap_values_for_[block_id]; in HandleLoopSideEffects()
449 for (uint32_t block_id : orig_bb_set_.Indexes()) { in SearchForSubgraphExits() local450 HBasicBlock* block = GetBlockById(block_id); in SearchForSubgraphExits()