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.h391 DCHECK(!info->IsIrreducible()); in LoopClonerHelper()
Dload_store_elimination.cc341 if (block->GetLoopInformation()->IsIrreducible()) { in HandleLoopSideEffects()
645 } else if (!loop_info->IsIrreducible()) { in VisitSetLocation()
Dgvn.cc471 DCHECK(!block->GetLoopInformation()->IsIrreducible()); in VisitBasicBlock()
Dregister_allocation_resolver.cc154 (block->IsLoopHeader() && block->GetLoopInformation()->IsIrreducible())) { in Resolve()
Dgraph_visualizer.cc675 << std::boolalpha << loop_info->IsIrreducible() << std::noboolalpha; in PrintInstruction()
Dregister_allocator_linear_scan.cc178 (block->IsLoopHeader() && block->GetLoopInformation()->IsIrreducible())) { in AllocateRegistersInternal()
Dgraph_checker.cc763 } else if (!loop_information->IsIrreducible() && !loop_header->Dominates(loop_block)) { in HandleLoop()
Dssa_liveness_analysis.h1296 if (!block.IsLoopHeader() || !block.GetLoopInformation()->IsIrreducible()) { in CheckNoLiveInIrreducibleLoop()
Dsuperblock_cloner.cc1144 DCHECK(!loop_info_->IsIrreducible()); in DoLoopTransformationImpl()
Dnodes.cc754 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.cc1658 if (loop->IsIrreducible()) { in DynamicBCESeemsProfitable()
Dregister_allocator_graph_color.cc798 || (block->IsLoopHeader() && block->GetLoopInformation()->IsIrreducible())) { in ProcessInstructions()
Dcode_generator.cc1257 DCHECK(info->IsIrreducible()); in RecordPcInfo()
Dinliner.cc1914 if (block->GetLoopInformation()->IsIrreducible()) { in CanInlineBody()
Dnodes.h873 bool IsIrreducible() const { return irreducible_; } in IsIrreducible() function
2135 return IsLoopHeaderPhi() && GetBlock()->GetLoopInformation()->IsIrreducible(); in IsIrreducibleLoopHeaderPhi()