Home
last modified time | relevance | path

Searched refs:HasIrreducibleLoops (Results 1 – 14 of 14) sorted by relevance

/art/compiler/optimizing/
Dlinear_order.cc130 DCHECK(graph->HasIrreducibleLoops() || IsLinearOrderWellFormed(graph, linear_order)); in LinearizeGraphInternal()
Dregister_allocation_resolver.cc413 return instruction->GetBlock()->GetGraph()->HasIrreducibleLoops() && in IsMaterializableEntryBlockInstructionOfGraphWithIrreducibleLoop()
438 if (codegen_->GetGraph()->HasIrreducibleLoops() && in ConnectSplitSiblings()
462 if (codegen_->GetGraph()->HasIrreducibleLoops() && in ConnectSplitSiblings()
Dpc_relative_fixups_x86.cc163 bool has_irreducible_loops = GetGraph()->HasIrreducibleLoops(); in GetPCRelativeBasePointer()
Dgraph_checker.cc132 if (GetGraph()->HasIrreducibleLoops() && !GetGraph()->HasLoops()) { in CheckGraphFlags()
134 StrBool(GetGraph()->HasIrreducibleLoops()), in CheckGraphFlags()
138 if (GetGraph()->HasIrreducibleLoops() != flag_info_.seen_irreducible_loop) { in CheckGraphFlags()
142 StrBool(GetGraph()->HasIrreducibleLoops()), in CheckGraphFlags()
Dgvn.cc320 if (!pure || instruction->GetBlock()->GetGraph()->HasIrreducibleLoops()) { in HashCode()
Dssa_builder.cc441 DCHECK(graph_->HasIrreducibleLoops()); in ReplaceUninitializedStringPhis()
Ddead_code_elimination.cc980 if (!graph_->HasIrreducibleLoops()) { in Run()
Dinliner.cc2002 if (!last_instruction->IsThrow() && graph_->HasIrreducibleLoops()) { in CanInlineBody()
2022 } else if (graph_->HasIrreducibleLoops()) { in CanInlineBody()
Dsuperblock_cloner.cc857 if (graph_->HasIrreducibleLoops()) { in IsSubgraphClonable()
Dssa_liveness_analysis.h1048 if (block_at_use.GetGraph()->HasIrreducibleLoops()) { in AddBackEdgeUses()
Dnodes.cc259 DCHECK(!HasIrreducibleLoops()) << "Recomputing loop information in graphs with irreducible loops " in RecomputeDominatorTree()
2684 if (HasIrreducibleLoops()) { in InlineInto()
Dload_store_elimination.cc602 !GetGraph()->HasIrreducibleLoops())) { in FindOrAddTypeConversionIfNecessary()
Dloop_optimization.cc545 if (!graph_->HasLoops() || graph_->HasIrreducibleLoops()) { in Run()
Dnodes.h720 bool HasIrreducibleLoops() const { return has_irreducible_loops_; } in HasIrreducibleLoops() function