Home
last modified time | relevance | path

Searched defs:copy_instr (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dsuperblock_cloner.cc116 void SuperblockCloner::ReplaceInputsWithCopies(HInstruction* copy_instr) { in ReplaceInputsWithCopies()
132 void SuperblockCloner::DeepCloneEnvironmentWithRemapping(HInstruction* copy_instr, in DeepCloneEnvironmentWithRemapping()
714 HInstruction* copy_instr = GetInstrCopy(orig_instr); in CheckInstructionInputsRemapping() local
778 HInstruction* copy_instr = it.second; in VerifyGraph() local
1025 HInstruction* copy_instr = orig_instr->Clone(arena_); in CloneBasicBlock() local
1035 HInstruction* copy_instr = orig_instr->Clone(arena_); in CloneBasicBlock() local
Dsuperblock_cloner.h201 HInstruction* GetInstrOrig(HInstruction* copy_instr) const { in GetInstrOrig()
Dsuperblock_cloner_test.cc180 HInstruction* copy_instr = it.second; in TEST_F() local