Searched defs:replacement (Results 1 – 8 of 8) sorted by relevance
/art/compiler/optimizing/ |
D | nodes.cc | 961 void HBasicBlock::ReplaceAndRemovePhiWith(HPhi* initial, HPhi* replacement) { in ReplaceAndRemovePhiWith() 969 HInstruction* replacement) { in ReplaceAndRemoveInstructionWith() 1127 void HEnvironment::ReplaceInput(HInstruction* replacement, size_t index) { in ReplaceInput() 1298 void HInstruction::ReplaceUsesDominatedBy(HInstruction* dominator, HInstruction* replacement) { in ReplaceUsesDominatedBy() 1320 void HInstruction::ReplaceEnvUsesDominatedBy(HInstruction* dominator, HInstruction* replacement) { in ReplaceEnvUsesDominatedBy() 1333 void HInstruction::ReplaceInput(HInstruction* replacement, size_t index) { in ReplaceInput() 2613 HInstruction* replacement = nullptr; in InlineInto() local 3095 HInstruction* replacement = nullptr; in InsertOppositeCondition() local 3122 HInstruction* replacement = new (allocator) HBooleanNot(cond); in InsertOppositeCondition() local
|
D | induction_var_range.cc | 343 HInstruction* replacement) { in Replace() 1382 HInstruction* replacement) { in ReplaceInduction()
|
D | instruction_simplifier.cc | 1581 HCondition* replacement = in VisitCondition() local 2375 HInstruction* replacement; in SimplifyStringIsEmptyOrLength() local
|
D | superblock_cloner.cc | 561 HInstruction* user, HInstruction* old_instruction, HInstruction* replacement) { in UpdateInductionRangeInfoOf()
|
D | induction_var_analysis.cc | 162 HInstruction* replacement, in FixOutsideUse()
|
D | bounds_check_elimination.cc | 1896 void ReplaceInstruction(HInstruction* instruction, HInstruction* replacement) { in ReplaceInstruction()
|
D | loop_optimization.cc | 2450 HInstruction* replacement = induction_range_.GenerateLastValue(instruction, graph_, block); in TryReplaceWithLastValue() local
|
/art/dex2oat/linker/ |
D | relative_patcher_test.h | 261 std::string replacement = oss.str(); in DumpDiff() local
|