Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_builder.cc499 static bool HasPhiEquivalentAtLoopEntry(HGraph* graph) { in HasPhiEquivalentAtLoopEntry() function
592 if (graph_->IsCompilingOsr() && HasPhiEquivalentAtLoopEntry(graph_)) { in BuildSsa()