Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc958 void HBasicBlock::ReplaceAndRemovePhiWith(HPhi* initial, HPhi* replacement) { in ReplaceAndRemovePhiWith()
966 HInstruction* replacement) { in ReplaceAndRemoveInstructionWith()
1278 void HInstruction::ReplaceUsesDominatedBy(HInstruction* dominator, HInstruction* replacement) { in ReplaceUsesDominatedBy()
1291 void HInstruction::ReplaceInput(HInstruction* replacement, size_t index) { in ReplaceInput()
2567 HInstruction* replacement = nullptr; in InlineInto() local
3040 HInstruction* replacement = nullptr; in InsertOppositeCondition() local
3067 HInstruction* replacement = new (allocator) HBooleanNot(cond); in InsertOppositeCondition() local
Dinduction_var_range.cc357 HInstruction* replacement) { in Replace()
1382 HInstruction* replacement) { in ReplaceInduction()
Dinstruction_simplifier.cc1540 HCondition* replacement = in VisitCondition() local
2350 HInstruction* replacement; in SimplifyStringIsEmptyOrLength() local
Dinduction_var_analysis.cc162 HInstruction* replacement, in FixOutsideUse()
Dloop_optimization.cc2345 HInstruction* replacement = induction_range_.GenerateLastValue(instruction, graph_, block); in TryReplaceWithLastValue() local
Dbounds_check_elimination.cc1894 void ReplaceInstruction(HInstruction* instruction, HInstruction* replacement) { in ReplaceInstruction()
/art/compiler/linker/
Drelative_patcher_test.h240 std::string replacement = oss.str(); in DumpDiff() local