Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc1134 void HBasicBlock::ReplaceAndRemovePhiWith(HPhi* initial, HPhi* replacement) { in ReplaceAndRemovePhiWith()
1142 HInstruction* replacement) { in ReplaceAndRemoveInstructionWith()
1300 void HEnvironment::ReplaceInput(HInstruction* replacement, size_t index) { in ReplaceInput()
1520 void HInstruction::ReplaceUsesDominatedBy(HInstruction* dominator, HInstruction* replacement) { in ReplaceUsesDominatedBy()
1542 void HInstruction::ReplaceEnvUsesDominatedBy(HInstruction* dominator, HInstruction* replacement) { in ReplaceEnvUsesDominatedBy()
1555 void HInstruction::ReplaceInput(HInstruction* replacement, size_t index) { in ReplaceInput()
2888 HInstruction* replacement = nullptr; in InlineInto() local
3309 HInstruction* replacement = nullptr; in InsertOppositeCondition() local
3336 HInstruction* replacement = new (allocator) HBooleanNot(cond); in InsertOppositeCondition() local
Dload_store_elimination.cc653 Value replacement = phi_placeholder_replacements_[PhiPlaceholderIndex(value)]; in Replacement() local
1976 HInstruction* replacement = GetDefaultValue(type); in TryReplacingLoopPhiPlaceholderWithDefault() local
1998 HInstruction* replacement = nullptr; in TryReplacingLoopPhiPlaceholderWithSingleInput() local
2178 HInstruction* replacement = in MaterializeLoopPhis() local
2513 Value replacement = ReplacementOrValue(record.value); in ProcessLoopPhiWithUnknownInput() local
3162 HInstruction* replacement = in RemoveAndReplaceInputs() local
3188 HInstruction* replacement; in RemoveAndReplaceInputs() local
Dinduction_var_range.cc321 HInstruction* replacement) { in Replace()
1360 HInstruction* replacement) { in ReplaceInduction()
Dinliner.cc1193 void HInliner::MaybeRunReferenceTypePropagation(HInstruction* replacement, in MaybeRunReferenceTypePropagation()
1207 HInvoke** replacement) { in TryDevirtualize()
Dsuperblock_cloner.cc601 HInstruction* user, HInstruction* old_instruction, HInstruction* replacement) { in UpdateInductionRangeInfoOf()
Dinduction_var_analysis.cc162 HInstruction* replacement, in FixOutsideUse()
Dloop_optimization.cc2521 HInstruction* replacement = induction_range_.GenerateLastValue(instruction, graph_, block); in TryReplaceWithLastValue() local
Dbounds_check_elimination.cc1997 void ReplaceInstruction(HInstruction* instruction, HInstruction* replacement) { in ReplaceInstruction()
Dinstruction_simplifier.cc1669 HCondition* replacement = in VisitCondition() local
/art/dex2oat/linker/
Drelative_patcher_test.h266 std::string replacement = oss.str(); in DumpDiff() local