Home
last modified time | relevance | path

Searched refs:IsIrreducible (Results 1 – 20 of 20) sorted by relevance

/art/compiler/optimizing/
Dlicm.cc122 DCHECK(!loop_info->IsIrreducible()); in Run()
Dcha_guard_optimization.cc184 !loop_info->IsIrreducible() && in HoistGuard()
Dload_store_analysis.cc177 if (blk->IsLoopHeader() && blk->GetLoopInformation()->IsIrreducible()) { in CollectPartialEscapes()
Dsuperblock_cloner.h392 DCHECK(!info->IsIrreducible()); in LoopClonerHelper()
Dgvn.cc471 DCHECK(!block->GetLoopInformation()->IsIrreducible()); in VisitBasicBlock()
Dgraph_checker.cc91 if (block->GetLoopInformation()->IsIrreducible()) { in VisitReversePostOrder()
930 } else if (!loop_information->IsIrreducible() && !loop_header->Dominates(loop_block)) { in HandleLoop()
Dregister_allocation_resolver.cc154 (block->IsLoopHeader() && block->GetLoopInformation()->IsIrreducible())) { in Resolve()
Dgraph_visualizer.cc739 << std::boolalpha << loop_info->IsIrreducible() << std::noboolalpha; in PrintInstruction()
Dsuperblock_cloner.cc1153 DCHECK(!loop_info_->IsIrreducible()); in DoLoopTransformationImpl()
Dssa_liveness_analysis.h1297 if (!block.IsLoopHeader() || !block.GetLoopInformation()->IsIrreducible()) { in CheckNoLiveInIrreducibleLoop()
Dregister_allocator_linear_scan.cc178 (block->IsLoopHeader() && block->GetLoopInformation()->IsIrreducible())) { in AllocateRegistersInternal()
Dnodes.cc969 if (block->GetLoopInformation()->IsIrreducible()) { in PopulateRecursive()
2446 DCHECK(!loop_info->IsIrreducible()); in DisconnectAndDelete()
Dregister_allocator_graph_color.cc799 || (block->IsLoopHeader() && block->GetLoopInformation()->IsIrreducible())) { in ProcessInstructions()
Dinliner.cc1976 if (block->GetLoopInformation()->IsIrreducible()) { in CanInlineBody()
Dbounds_check_elimination.cc1681 if (loop->IsIrreducible()) { in DynamicBCESeemsProfitable()
Dload_store_elimination.cc1691 if (block->GetLoopInformation()->IsIrreducible()) { in PrepareLoopRecords()
2611 if (block->GetLoopInformation()->IsIrreducible()) { in ProcessLoopPhiWithUnknownInput()
Dinduction_var_analysis.cc239 if (graph_block->IsLoopHeader() && !graph_block->GetLoopInformation()->IsIrreducible()) { in Run()
Dcode_generator.cc1301 DCHECK(info->IsIrreducible()); in RecordPcInfo()
Dnodes.h929 bool IsIrreducible() const { return irreducible_; } in IsIrreducible() function
2282 return IsLoopHeaderPhi() && GetBlock()->GetLoopInformation()->IsIrreducible(); in IsIrreducibleLoopHeaderPhi()
Dload_store_elimination_test.cc8098 EXPECT_TRUE(loop_header->GetLoopInformation()->IsIrreducible()); in TEST_F()