Searched defs:replacement (Results 1 – 10 of 10) sorted by relevance
| /art/compiler/optimizing/ |
| D | nodes.cc | 1134 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
|
| D | load_store_elimination.cc | 653 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
|
| D | induction_var_range.cc | 321 HInstruction* replacement) { in Replace() 1360 HInstruction* replacement) { in ReplaceInduction()
|
| D | inliner.cc | 1193 void HInliner::MaybeRunReferenceTypePropagation(HInstruction* replacement, in MaybeRunReferenceTypePropagation() 1207 HInvoke** replacement) { in TryDevirtualize()
|
| D | superblock_cloner.cc | 601 HInstruction* user, HInstruction* old_instruction, HInstruction* replacement) { in UpdateInductionRangeInfoOf()
|
| D | induction_var_analysis.cc | 162 HInstruction* replacement, in FixOutsideUse()
|
| D | loop_optimization.cc | 2521 HInstruction* replacement = induction_range_.GenerateLastValue(instruction, graph_, block); in TryReplaceWithLastValue() local
|
| D | bounds_check_elimination.cc | 1997 void ReplaceInstruction(HInstruction* instruction, HInstruction* replacement) { in ReplaceInstruction()
|
| D | instruction_simplifier.cc | 1669 HCondition* replacement = in VisitCondition() local
|
| /art/dex2oat/linker/ |
| D | relative_patcher_test.h | 266 std::string replacement = oss.str(); in DumpDiff() local
|