Lines Matching refs:GetBlockId
46 if (!bb_set.IsBitSet(user->GetBlock()->GetBlockId())) { in IsUsedOutsideRegion()
54 if (!bb_set.IsBitSet(user->GetBlock()->GetBlockId())) { in IsUsedOutsideRegion()
102 DCHECK(bb_set->IsBitSet(block->GetBlockId())); in TraverseSubgraphForConnectivity()
103 bb_set->ClearBit(block->GetBlockId()); in TraverseSubgraphForConnectivity()
106 if (bb_set->IsBitSet(succ->GetBlockId())) { in TraverseSubgraphForConnectivity()
255 visited.SetBit(entry_block->GetBlockId()); in FindBackEdgesLocal()
256 visiting.SetBit(entry_block->GetBlockId()); in FindBackEdgesLocal()
261 uint32_t current_id = current->GetBlockId(); in FindBackEdgesLocal()
267 uint32_t successor_id = successor->GetBlockId(); in FindBackEdgesLocal()
290 outer_loop_bb_set->SetBit(block->GetBlockId()); in RecalculateBackEdgesInfo()
304 outer_loop_bb_set->SetBit(entry.second->GetBlockId()); in RecalculateBackEdgesInfo()
336 if (!outer_loop_bb_set->IsBitSet(block->GetBlockId())) { in AnalyzeLoopsLocally()
350 if (!outer_loop_bb_set->IsBitSet(block->GetBlockId())) { in AnalyzeLoopsLocally()
467 uint32_t orig_succ_id = orig_succ->GetBlockId(); in RemapEdgesSuccessors()
649 std::cout << bb->GetBlockId(); in DumpBB()
652 std::cout << pred->GetBlockId() << " "; in DumpBB()
656 std::cout << succ->GetBlockId() << " "; in DumpBB()
660 std::cout << " dom " << bb->GetDominator()->GetBlockId(); in DumpBB()
664 std::cout << "\tloop: " << bb->GetLoopInformation()->GetHeader()->GetBlockId(); in DumpBB()
926 work_set.SetBit(iter.first->GetBlockId()); // Original block. in Run()
927 work_set.SetBit(iter.second->GetBlockId()); // Copy block. in Run()
1014 std::cout << "new block :" << copy_block->GetBlockId() << ": " << orig_block->GetBlockId() << in CloneBasicBlocks()
1057 if (!work_set->IsBitSet(pred->GetBlockId())) { in IsSubgraphConnected()
1065 if (work_set->IsBitSet(entry_block->GetBlockId())) { in IsSubgraphConnected()
1109 " was applied to the loop <" << loop_header->GetBlockId() << ">." << std::endl; in DoPeelUnrollImpl()