Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc778 HInstruction* replacement) { in ReplaceAndRemoveInstructionWith()
1093 void HInstruction::ReplaceUsesDominatedBy(HInstruction* dominator, HInstruction* replacement) { in ReplaceUsesDominatedBy()
1106 void HInstruction::ReplaceInput(HInstruction* replacement, size_t index) { in ReplaceInput()
2221 HInstruction* replacement = nullptr; in InlineInto() local
2698 HInstruction* replacement = nullptr; in InsertOppositeCondition() local
2725 HInstruction* replacement = new (allocator) HBooleanNot(cond); in InsertOppositeCondition() local
Dinduction_var_range.cc353 HInstruction* replacement) { in Replace()
1362 HInstruction* replacement) { in ReplaceInduction()
Dinstruction_simplifier.cc1192 HCondition* replacement = GetOppositeConditionSwapOps(block->GetGraph()->GetArena(), condition); in VisitCondition() local
1978 HInstruction* replacement; in SimplifyStringIsEmptyOrLength() local
Dloop_optimization.cc1380 HInstruction* replacement = induction_range_.GenerateLastValue(instruction, graph_, block); in TryReplaceWithLastValue() local
Dbounds_check_elimination.cc1807 void ReplaceInstruction(HInstruction* instruction, HInstruction* replacement) { in ReplaceInstruction()
/art/compiler/linker/
Drelative_patcher_test.h242 std::string replacement = oss.str(); in DumpDiff() local