Home
last modified time | relevance | path

Searched defs:replacement (Results 1 – 8 of 8) sorted by relevance

/art/compiler/optimizing/
Dnodes.cc960 void HBasicBlock::ReplaceAndRemovePhiWith(HPhi* initial, HPhi* replacement) { in ReplaceAndRemovePhiWith()
968 HInstruction* replacement) { in ReplaceAndRemoveInstructionWith()
1126 void HEnvironment::ReplaceInput(HInstruction* replacement, size_t index) { in ReplaceInput()
1297 void HInstruction::ReplaceUsesDominatedBy(HInstruction* dominator, HInstruction* replacement) { in ReplaceUsesDominatedBy()
1319 void HInstruction::ReplaceEnvUsesDominatedBy(HInstruction* dominator, HInstruction* replacement) { in ReplaceEnvUsesDominatedBy()
1332 void HInstruction::ReplaceInput(HInstruction* replacement, size_t index) { in ReplaceInput()
2613 HInstruction* replacement = nullptr; in InlineInto() local
3031 HInstruction* replacement = nullptr; in InsertOppositeCondition() local
3058 HInstruction* replacement = new (allocator) HBooleanNot(cond); in InsertOppositeCondition() local
Dinduction_var_range.cc321 HInstruction* replacement) { in Replace()
1360 HInstruction* replacement) { in ReplaceInduction()
Dsuperblock_cloner.cc601 HInstruction* user, HInstruction* old_instruction, HInstruction* replacement) { in UpdateInductionRangeInfoOf()
Dinduction_var_analysis.cc162 HInstruction* replacement, in FixOutsideUse()
Dbounds_check_elimination.cc1997 void ReplaceInstruction(HInstruction* instruction, HInstruction* replacement) { in ReplaceInstruction()
Dloop_optimization.cc2417 HInstruction* replacement = induction_range_.GenerateLastValue(instruction, graph_, block); in TryReplaceWithLastValue() local
Dinstruction_simplifier.cc1577 HCondition* replacement = in VisitCondition() local
/art/dex2oat/linker/
Drelative_patcher_test.h266 std::string replacement = oss.str(); in DumpDiff() local