Searched defs:replacement (Results 1 – 6 of 6) sorted by relevance
778 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() local2698 HInstruction* replacement = nullptr; in InsertOppositeCondition() local2725 HInstruction* replacement = new (allocator) HBooleanNot(cond); in InsertOppositeCondition() local
353 HInstruction* replacement) { in Replace()1362 HInstruction* replacement) { in ReplaceInduction()
1192 HCondition* replacement = GetOppositeConditionSwapOps(block->GetGraph()->GetArena(), condition); in VisitCondition() local1978 HInstruction* replacement; in SimplifyStringIsEmptyOrLength() local
1380 HInstruction* replacement = induction_range_.GenerateLastValue(instruction, graph_, block); in TryReplaceWithLastValue() local
1807 void ReplaceInstruction(HInstruction* instruction, HInstruction* replacement) { in ReplaceInstruction()
242 std::string replacement = oss.str(); in DumpDiff() local