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()
253 HPhi* copy_phi = GetInstrCopy(orig_phi)->AsPhi(); in CopyIncomingEdgesForVersioning()
438 phi->ReplaceInput(GetInstrCopy(input), i); in ResolvePhi()
551 HPhi* copy_phi = GetInstrCopy(orig_phi)->AsPhi(); in ResolveDataFlow()
673 HInstruction* copy_value = GetInstrCopy(orig_value); in FixSubgraphClosedSSAAfterCloning()
714 HInstruction* copy_instr = GetInstrCopy(orig_instr); in CheckInstructionInputsRemapping()
724 HInstruction* copy_input = GetInstrCopy(orig_input); in CheckInstructionInputsRemapping()
[all …]
Dsuperblock_cloner.h189 HInstruction* GetInstrCopy(HInstruction* orig_instr) const { in GetInstrCopy() function
Dsuperblock_cloner_test.cc197 EXPECT_EQ(cloner.GetInstrCopy(orig_input), copy_input); in TEST_F()
217 EXPECT_EQ(cloner.GetInstrCopy(orig_input), copy_input); in TEST_F()