Searched defs:replacement (Results 1 – 10 of 10) sorted by relevance
/art/compiler/optimizing/ |
D | nodes.cc | 1175 void HBasicBlock::ReplaceAndRemovePhiWith(HPhi* initial, HPhi* replacement) { in ReplaceAndRemovePhiWith() 1183 HInstruction* replacement) { in ReplaceAndRemoveInstructionWith() 1341 void HEnvironment::ReplaceInput(HInstruction* replacement, size_t index) { in ReplaceInput() 1566 HInstruction* replacement, in ReplaceUsesDominatedBy() 1592 void HInstruction::ReplaceEnvUsesDominatedBy(HInstruction* dominator, HInstruction* replacement) { in ReplaceEnvUsesDominatedBy() 1605 void HInstruction::ReplaceInput(HInstruction* replacement, size_t index) { in ReplaceInput() 3013 HInstruction* replacement = nullptr; in InlineInto() local 3444 HInstruction* replacement = nullptr; in InsertOppositeCondition() local 3471 HInstruction* replacement = new (allocator) HBooleanNot(cond); in InsertOppositeCondition() local
|
D | load_store_elimination.cc | 658 Value replacement = phi_placeholder_replacements_[PhiPlaceholderIndex(value)]; in Replacement() local 2113 HInstruction* replacement = GetDefaultValue(type); in TryReplacingLoopPhiPlaceholderWithDefault() local 2141 HInstruction* replacement = nullptr; in TryReplacingLoopPhiPlaceholderWithSingleInput() local 2327 HInstruction* replacement = in MaterializeLoopPhis() local 2661 Value replacement = ReplacementOrValue(record.value); in ProcessLoopPhiWithUnknownInput() local 3307 HInstruction* replacement = in RemoveAndReplaceInputs() local 3333 HInstruction* replacement; in RemoveAndReplaceInputs() local
|
D | inliner.cc | 1256 void HInliner::MaybeRunReferenceTypePropagation(HInstruction* replacement, in MaybeRunReferenceTypePropagation() 1269 HInvoke** replacement) { in TryDevirtualize()
|
D | induction_var_range.cc | 358 HInstruction* replacement) { in Replace() 1567 HInstruction* replacement) { in ReplaceInduction()
|
D | superblock_cloner.cc | 601 HInstruction* user, HInstruction* old_instruction, HInstruction* replacement) { in UpdateInductionRangeInfoOf()
|
D | induction_var_analysis.cc | 130 HInstruction* replacement, in FixOutsideUse()
|
D | bounds_check_elimination.cc | 2021 void ReplaceInstruction(HInstruction* instruction, HInstruction* replacement) { in ReplaceInstruction()
|
D | loop_optimization.cc | 2611 HInstruction* replacement = induction_range_.GenerateLastValue(instruction, graph_, block); in TryReplaceWithLastValue() local
|
D | instruction_simplifier.cc | 1734 HCondition* replacement = in VisitCondition() local
|
/art/dex2oat/linker/ |
D | relative_patcher_test.h | 267 std::string replacement = oss.str(); in DumpDiff() local
|