Searched defs:replacement (Results 1 – 4 of 4) sorted by relevance
235 std::string replacement = oss.str(); in DumpDiff() local
768 HInstruction* replacement) { in ReplaceAndRemoveInstructionWith()1099 void HInstruction::ReplaceInput(HInstruction* replacement, size_t index) { in ReplaceInput()2142 HInstruction* replacement = nullptr; in InlineInto() local2514 HInstruction* replacement = nullptr; in InsertOppositeCondition() local2541 HInstruction* replacement = new (allocator) HBooleanNot(cond); in InsertOppositeCondition() local
1044 HCondition* replacement = GetOppositeConditionSwapOps(block->GetGraph()->GetArena(), condition); in VisitCondition() local
1705 static void ReplaceInstruction(HInstruction* instruction, HInstruction* replacement) { in ReplaceInstruction()