Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dsuperblock_cloner.cc178 HPhi* orig_phi = it.Current()->AsPhi(); in RemapOrigInternalOrIncomingEdge() local
179 HPhi* copy_phi = GetInstrCopy(orig_phi)->AsPhi(); in RemapOrigInternalOrIncomingEdge()
180 HInstruction* orig_phi_input = orig_phi->InputAt(this_index); in RemapOrigInternalOrIncomingEdge()
182 orig_phi->RemoveInputAt(this_index); in RemapOrigInternalOrIncomingEdge()
208 HPhi* orig_phi = it.Current()->AsPhi(); in AddCopyInternalEdge() local
209 HPhi* copy_phi = GetInstrCopy(orig_phi)->AsPhi(); in AddCopyInternalEdge()
210 HInstruction* orig_phi_input = orig_phi->InputAt(orig_index); in AddCopyInternalEdge()
224 HPhi* orig_phi = it.Current()->AsPhi(); in RemapCopyInternalEdge() local
225 HInstruction* orig_phi_input = orig_phi->InputAt(orig_index); in RemapCopyInternalEdge()
226 orig_phi->AddInput(orig_phi_input); in RemapCopyInternalEdge()
[all …]