Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dsuperblock_cloner.cc176 bool first_phi_met = false; in RemapOrigInternalOrIncomingEdge() local
186 if (!first_phi_met) { in RemapOrigInternalOrIncomingEdge()
188 first_phi_met = true; in RemapOrigInternalOrIncomingEdge()
196 DCHECK(!first_phi_met || copy_succ->GetPredecessors().size() == phi_input_count); in RemapOrigInternalOrIncomingEdge()