Lines Matching refs:HPhi
63 static bool ArePhiInputsTheSame(const HPhi* phi) { in ArePhiInputsTheSame()
178 HPhi* orig_phi = it.Current()->AsPhi(); in RemapOrigInternalOrIncomingEdge()
179 HPhi* copy_phi = GetInstrCopy(orig_phi)->AsPhi(); in RemapOrigInternalOrIncomingEdge()
208 HPhi* orig_phi = it.Current()->AsPhi(); in AddCopyInternalEdge()
209 HPhi* copy_phi = GetInstrCopy(orig_phi)->AsPhi(); in AddCopyInternalEdge()
224 HPhi* orig_phi = it.Current()->AsPhi(); in RemapCopyInternalEdge()
392 void SuperblockCloner::ResolvePhi(HPhi* phi) { in ResolvePhi()
510 HPhi* orig_phi = it.Current()->AsPhi(); in ResolveDataFlow()
511 HPhi* copy_phi = GetInstrCopy(orig_phi)->AsPhi(); in ResolveDataFlow()
593 HPhi* phi = new (arena_) HPhi(arena_, kNoRegNumber, 0, value->GetType()); in ConstructSubgraphClosedSSA()
632 HPhi* phi = it.second->AsPhi(); in FixSubgraphClosedSSAAfterCloning()
949 HPhi* phi = inst_it.Current()->AsPhi(); in CleanUp()
958 HPhi* phi = inst_it.Current()->AsPhi(); in CleanUp()