Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dsuperblock_cloner.cc179 HPhi* copy_phi = GetInstrCopy(orig_phi)->AsPhi(); in RemapOrigInternalOrIncomingEdge() local
185 copy_phi->AddInput(orig_phi_input); in RemapOrigInternalOrIncomingEdge()
187 phi_input_count = copy_phi->InputCount(); in RemapOrigInternalOrIncomingEdge()
190 DCHECK_EQ(phi_input_count, copy_phi->InputCount()); in RemapOrigInternalOrIncomingEdge()
209 HPhi* copy_phi = GetInstrCopy(orig_phi)->AsPhi(); in AddCopyInternalEdge() local
211 copy_phi->AddInput(orig_phi_input); in AddCopyInternalEdge()
253 HPhi* copy_phi = GetInstrCopy(orig_phi)->AsPhi(); in CopyIncomingEdgesForVersioning() local
256 copy_phi->AddInput(orig_phi_input); in CopyIncomingEdgesForVersioning()
551 HPhi* copy_phi = GetInstrCopy(orig_phi)->AsPhi(); in ResolveDataFlow() local
553 ResolvePhi(copy_phi); in ResolveDataFlow()