Searched refs:HasIrreducibleLoops (Results 1 – 15 of 15) sorted by relevance
137 if (graph_->HasIrreducibleLoops()) { in Run()
130 DCHECK(graph->HasIrreducibleLoops() || IsLinearOrderWellFormed(graph, linear_order)); in LinearizeGraphInternal()
163 bool has_irreducible_loops = GetGraph()->HasIrreducibleLoops(); in GetPCRelativeBasePointer()
413 return instruction->GetBlock()->GetGraph()->HasIrreducibleLoops() && in IsMaterializableEntryBlockInstructionOfGraphWithIrreducibleLoop()438 if (codegen_->GetGraph()->HasIrreducibleLoops() && in ConnectSplitSiblings()462 if (codegen_->GetGraph()->HasIrreducibleLoops() && in ConnectSplitSiblings()
305 if (!pure || instruction->GetBlock()->GetGraph()->HasIrreducibleLoops()) { in HashCode()
515 if (!graph_->HasIrreducibleLoops()) { in Run()
441 DCHECK(graph_->HasIrreducibleLoops()); in ReplaceUninitializedStringPhis()
185 !GetGraph()->HasIrreducibleLoops())) { in TryToReuseTypeConversion()
817 if (graph_->HasIrreducibleLoops() || graph_->HasTryCatch()) { in IsSubgraphClonable()
1050 if (block_at_use.GetGraph()->HasIrreducibleLoops()) { in AddBackEdgeUses()
2450 if (HasIrreducibleLoops()) { in InlineInto()2592 DCHECK(!outer_graph->HasIrreducibleLoops()) in InlineInto()
7851 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()
1928 } else if (graph_->HasIrreducibleLoops()) { in TryBuildAndInlineHelper()
497 if (!graph_->HasLoops() || graph_->HasTryCatch() || graph_->HasIrreducibleLoops()) { in Run()
609 bool HasIrreducibleLoops() const { return has_irreducible_loops_; } in HasIrreducibleLoops() function