Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dpc_relative_fixups_mips.cc137 if (graph_->HasIrreducibleLoops()) { in Run()
Dlinear_order.cc130 DCHECK(graph->HasIrreducibleLoops() || IsLinearOrderWellFormed(graph, linear_order)); in LinearizeGraphInternal()
Dpc_relative_fixups_x86.cc163 bool has_irreducible_loops = GetGraph()->HasIrreducibleLoops(); in GetPCRelativeBasePointer()
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()
Dgvn.cc305 if (!pure || instruction->GetBlock()->GetGraph()->HasIrreducibleLoops()) { in HashCode()
Ddead_code_elimination.cc515 if (!graph_->HasIrreducibleLoops()) { in Run()
Dssa_builder.cc441 DCHECK(graph_->HasIrreducibleLoops()); in ReplaceUninitializedStringPhis()
Dload_store_elimination.cc185 !GetGraph()->HasIrreducibleLoops())) { in TryToReuseTypeConversion()
Dsuperblock_cloner.cc817 if (graph_->HasIrreducibleLoops() || graph_->HasTryCatch()) { in IsSubgraphClonable()
Dssa_liveness_analysis.h1050 if (block_at_use.GetGraph()->HasIrreducibleLoops()) { in AddBackEdgeUses()
Dnodes.cc2450 if (HasIrreducibleLoops()) { in InlineInto()
2592 DCHECK(!outer_graph->HasIrreducibleLoops()) in InlineInto()
Dcode_generator_mips.cc7851 bool has_irreducible_loops = codegen_->GetGraph()->HasIrreducibleLoops(); in VisitInvokeStaticOrDirect()
7940 CHECK(!GetGraph()->HasIrreducibleLoops()); in GetInvokeStaticOrDirectExtraParameter()
7978 bool has_irreducible_loops = GetGraph()->HasIrreducibleLoops(); in GenerateStaticOrDirectCall()
8127 const bool has_irreducible_loops = codegen_->GetGraph()->HasIrreducibleLoops(); in VisitLoadClass()
8184 bool has_irreducible_loops = GetGraph()->HasIrreducibleLoops(); in VisitLoadClass()
8361 const bool has_irreducible_loops = codegen_->GetGraph()->HasIrreducibleLoops(); in VisitLoadString()
8410 bool has_irreducible_loops = GetGraph()->HasIrreducibleLoops(); in VisitLoadString()
Dinliner.cc1928 } else if (graph_->HasIrreducibleLoops()) { in TryBuildAndInlineHelper()
Dloop_optimization.cc497 if (!graph_->HasLoops() || graph_->HasTryCatch() || graph_->HasIrreducibleLoops()) { in Run()
Dnodes.h609 bool HasIrreducibleLoops() const { return has_irreducible_loops_; } in HasIrreducibleLoops() function