Home
last modified time | relevance | path

Searched defs:orig_phi (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dsuperblock_cloner.cc178 HPhi* orig_phi = it.Current()->AsPhi(); in RemapOrigInternalOrIncomingEdge() local
208 HPhi* orig_phi = it.Current()->AsPhi(); in AddCopyInternalEdge() local
224 HPhi* orig_phi = it.Current()->AsPhi(); in RemapCopyInternalEdge() local
252 HPhi* orig_phi = it.Current()->AsPhi(); in CopyIncomingEdgesForVersioning() local
548 HPhi* orig_phi = it.Current()->AsPhi(); in ResolveDataFlow() local
Dloop_optimization.cc2287 void HLoopOptimization::GenerateVecReductionPhi(HPhi* orig_phi) { in GenerateVecReductionPhi()