Home
last modified time | relevance | path

Searched defs:replacement (Results 1 – 10 of 10) sorted by relevance

/art/compiler/optimizing/
Dnodes.cc1175 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
Dload_store_elimination.cc658 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
Dinliner.cc1256 void HInliner::MaybeRunReferenceTypePropagation(HInstruction* replacement, in MaybeRunReferenceTypePropagation()
1269 HInvoke** replacement) { in TryDevirtualize()
Dinduction_var_range.cc358 HInstruction* replacement) { in Replace()
1567 HInstruction* replacement) { in ReplaceInduction()
Dsuperblock_cloner.cc601 HInstruction* user, HInstruction* old_instruction, HInstruction* replacement) { in UpdateInductionRangeInfoOf()
Dinduction_var_analysis.cc130 HInstruction* replacement, in FixOutsideUse()
Dbounds_check_elimination.cc2021 void ReplaceInstruction(HInstruction* instruction, HInstruction* replacement) { in ReplaceInstruction()
Dloop_optimization.cc2611 HInstruction* replacement = induction_range_.GenerateLastValue(instruction, graph_, block); in TryReplaceWithLastValue() local
Dinstruction_simplifier.cc1734 HCondition* replacement = in VisitCondition() local
/art/dex2oat/linker/
Drelative_patcher_test.h267 std::string replacement = oss.str(); in DumpDiff() local