Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dsuperblock_cloner.cc125 HInstruction* copy_input = GetInstrCopy(orig_input); in ReplaceInputsWithCopies()
142 env_input = GetInstrCopy(env_input); in DeepCloneEnvironmentWithRemapping()
179 HPhi* copy_phi = GetInstrCopy(orig_phi)->AsPhi(); in RemapOrigInternalOrIncomingEdge()
209 HPhi* copy_phi = GetInstrCopy(orig_phi)->AsPhi(); in AddCopyInternalEdge()
404 phi->ReplaceInput(GetInstrCopy(input), i); in ResolvePhi()
511 HPhi* copy_phi = GetInstrCopy(orig_phi)->AsPhi(); in ResolveDataFlow()
633 HInstruction* copy_value = GetInstrCopy(orig_value); in FixSubgraphClosedSSAAfterCloning()
673 HInstruction* copy_instr = GetInstrCopy(orig_instr); in CheckInstructionInputsRemapping()
683 HInstruction* copy_input = GetInstrCopy(orig_input); in CheckInstructionInputsRemapping()
700 HInstruction* copy_input = GetInstrCopy(orig_input); in CheckInstructionInputsRemapping()
Dsuperblock_cloner.h187 HInstruction* GetInstrCopy(HInstruction* orig_instr) const { in GetInstrCopy() function
Dsuperblock_cloner_test.cc201 EXPECT_EQ(cloner.GetInstrCopy(orig_input), copy_input); in TEST_F()
221 EXPECT_EQ(cloner.GetInstrCopy(orig_input), copy_input); in TEST_F()