Searched refs:HasIrreducibleLoops (Results 1 – 13 of 13) sorted by relevance
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()
515 if (!graph_->HasIrreducibleLoops()) { in Run()
320 if (!pure || instruction->GetBlock()->GetGraph()->HasIrreducibleLoops()) { in HashCode()
441 DCHECK(graph_->HasIrreducibleLoops()); in ReplaceUninitializedStringPhis()
142 !GetGraph()->HasIrreducibleLoops())) { in FindOrAddTypeConversionIfNecessary()
1050 if (block_at_use.GetGraph()->HasIrreducibleLoops()) { in AddBackEdgeUses()
859 if (graph_->HasIrreducibleLoops() || graph_->HasTryCatch()) { in IsSubgraphClonable()
2450 if (HasIrreducibleLoops()) { in InlineInto()2592 DCHECK(!outer_graph->HasIrreducibleLoops()) in InlineInto()
1890 } else if (graph_->HasIrreducibleLoops()) { in CanInlineBody()
498 if (!graph_->HasLoops() || graph_->HasTryCatch() || graph_->HasIrreducibleLoops()) { in Run()
677 bool HasIrreducibleLoops() const { return has_irreducible_loops_; } in HasIrreducibleLoops() function