Searched defs:replacement (Results 1 – 7 of 7) sorted by relevance
958 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() local3040 HInstruction* replacement = nullptr; in InsertOppositeCondition() local3067 HInstruction* replacement = new (allocator) HBooleanNot(cond); in InsertOppositeCondition() local
357 HInstruction* replacement) { in Replace()1382 HInstruction* replacement) { in ReplaceInduction()
1540 HCondition* replacement = in VisitCondition() local2350 HInstruction* replacement; in SimplifyStringIsEmptyOrLength() local
162 HInstruction* replacement, in FixOutsideUse()
2345 HInstruction* replacement = induction_range_.GenerateLastValue(instruction, graph_, block); in TryReplaceWithLastValue() local
1894 void ReplaceInstruction(HInstruction* instruction, HInstruction* replacement) { in ReplaceInstruction()
240 std::string replacement = oss.str(); in DumpDiff() local