Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dlicm.cc122 DCHECK(!loop_info->IsIrreducible()); in Run()
Dcha_guard_optimization.cc184 !loop_info->IsIrreducible() && in HoistGuard()
Dsuperblock_cloner.h377 DCHECK(!info->IsIrreducible()); in PeelUnrollHelper()
Dload_store_elimination.cc347 if (block->GetLoopInformation()->IsIrreducible()) { in HandleLoopSideEffects()
614 } else if (!loop_info->IsIrreducible()) { in VisitSetLocation()
Dgvn.cc456 DCHECK(!block->GetLoopInformation()->IsIrreducible()); in VisitBasicBlock()
Dregister_allocation_resolver.cc154 (block->IsLoopHeader() && block->GetLoopInformation()->IsIrreducible())) { in Resolve()
Dgraph_visualizer.cc672 << std::boolalpha << loop_info->IsIrreducible() << std::noboolalpha; in PrintInstruction()
Dsuperblock_cloner.cc1099 DCHECK(!loop_info_->IsIrreducible()); in DoPeelUnrollImpl()
Dgraph_checker.cc762 } else if (!loop_information->IsIrreducible() && !loop_header->Dominates(loop_block)) { in HandleLoop()
Dregister_allocator_linear_scan.cc178 (block->IsLoopHeader() && block->GetLoopInformation()->IsIrreducible())) { in AllocateRegistersInternal()
Dssa_liveness_analysis.h1296 if (!block.IsLoopHeader() || !block.GetLoopInformation()->IsIrreducible()) { in CheckNoLiveInIrreducibleLoop()
Dnodes.cc755 if (block->GetLoopInformation()->IsIrreducible()) { in PopulateRecursive()
2140 DCHECK(!loop_info->IsIrreducible()); in DisconnectAndDelete()
Dinduction_var_analysis.cc252 if (graph_block->IsLoopHeader() && !graph_block->GetLoopInformation()->IsIrreducible()) { in Run()
Dbounds_check_elimination.cc1557 if (loop->IsIrreducible()) { in DynamicBCESeemsProfitable()
Dcode_generator.cc1127 DCHECK(info->IsIrreducible()); in RecordPcInfo()
Dregister_allocator_graph_color.cc798 || (block->IsLoopHeader() && block->GetLoopInformation()->IsIrreducible())) { in ProcessInstructions()
Dinliner.cc1952 if (block->GetLoopInformation()->IsIrreducible()) { in TryBuildAndInlineHelper()
Dnodes.h800 bool IsIrreducible() const { return irreducible_; } in IsIrreducible() function
2064 return IsLoopHeaderPhi() && GetBlock()->GetLoopInformation()->IsIrreducible(); in IsIrreducibleLoopHeaderPhi()