Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dsuperblock_cloner.h331 HInstruction* user, HInstruction* old_instruction, HInstruction* replacement);
Dsuperblock_cloner.cc601 HInstruction* user, HInstruction* old_instruction, HInstruction* replacement) { in UpdateInductionRangeInfoOf() argument
603 induction_range_->Replace(user, old_instruction, replacement); in UpdateInductionRangeInfoOf()