Home
last modified time | relevance | path

Searched defs:use (Results 1 – 24 of 24) sorted by relevance

/art/compiler/optimizing/
Dssa_phi_elimination.cc55 for (const HUseListNode<HInstruction*>& use : phi->GetUses()) { in MarkDeadPhis() local
105 for (const HUseListNode<HInstruction*>& use : phi->GetUses()) { in EliminateDeadPhis() local
114 for (const HUseListNode<HEnvironment*>& use : phi->GetEnvUses()) { in EliminateDeadPhis() local
245 for (const HUseListNode<HInstruction*>& use : current->GetUses()) { in Run() local
Dcode_sinking.cc213 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) { in FindIdealPosition() local
227 for (const HUseListNode<HEnvironment*>& use : instruction->GetEnvUses()) { in FindIdealPosition() local
289 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) { in FindIdealPosition() local
295 for (const HUseListNode<HEnvironment*>& use : instruction->GetEnvUses()) { in FindIdealPosition() local
429 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) { in SinkCodeToUncommonBranch() local
451 for (const HUseListNode<HEnvironment*>& use : instruction->GetEnvUses()) { in SinkCodeToUncommonBranch() local
481 for (const HUseListNode<HEnvironment*>& use : instruction->GetEnvUses()) { in SinkCodeToUncommonBranch() local
494 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) { in SinkCodeToUncommonBranch() local
Descape.cc35 for (const HUseListNode<HInstruction*>& use : reference->GetUses()) { in VisitEscapes() local
81 for (const HUseListNode<HEnvironment*>& use : reference->GetEnvUses()) { in VisitEscapes() local
Dinstruction_simplifier_arm.cc48 bool CanMergeIntoShifterOperand(HInstruction* use, HInstruction* bitfield_op) { in CanMergeIntoShifterOperand()
51 bool MergeIntoShifterOperand(HInstruction* use, HInstruction* bitfield_op) { in MergeIntoShifterOperand()
88 bool InstructionSimplifierArmVisitor::TryMergeIntoShifterOperand(HInstruction* use, in TryMergeIntoShifterOperand()
171 for (const HUseListNode<HInstruction*>& use : uses) { in TryMergeIntoUsersShifterOperand() local
Dinstruction_simplifier_arm64.cc50 bool CanMergeIntoShifterOperand(HInstruction* use, HInstruction* bitfield_op) { in CanMergeIntoShifterOperand()
53 bool MergeIntoShifterOperand(HInstruction* use, HInstruction* bitfield_op) { in MergeIntoShifterOperand()
94 bool InstructionSimplifierArm64Visitor::TryMergeIntoShifterOperand(HInstruction* use, in TryMergeIntoShifterOperand()
175 for (const HUseListNode<HInstruction*>& use : uses) { in TryMergeIntoUsersShifterOperand() local
Dinstruction_simplifier_shared.cc113 HInstruction* use = mul->GetUses().front().GetUser(); in TryCombineMultiplyAccumulate() local
258 for (const HUseListNode<HInstruction*>& use : index->GetUses()) { in TryExtractVecArrayAccessAddress() local
Dpretty_printer.h61 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) { in PrintPostInstruction() local
Dinstruction_simplifier_riscv64.cc66 for (const HUseListNode<HInstruction*>& use : shl->GetUses()) { in TryReplaceAddsWithShiftAdds() local
Dgraph_checker.cc589 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) { in VisitInstruction() local
611 for (const HUseListNode<HEnvironment*>& use : instruction->GetEnvUses()) { in VisitInstruction() local
659 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) { in VisitInstruction() local
691 for (const HUseListNode<HEnvironment*>& use : instruction->GetEnvUses()) { in VisitInstruction() local
Dssa_liveness_analysis.h567 for (const UsePosition& use : GetUses()) { in FirstRegisterUseAfter() local
604 for (const UsePosition& use : GetUses()) { in FirstUseAfter() local
756 for (const UsePosition& use : GetUses()) { in Dump() local
866 for (const UsePosition& use : uses_) { variable
1041 for (const UsePosition& use : GetUses()) { in HasSynthesizeUseAt() local
Dcode_generator_utils.cc214 for (const HUseListNode<HInstruction*>& use : value->GetUses()) { in IsNonNegativeUse() local
Dssa_builder.cc117 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) { in AddDependentInstructionsToWorklist() local
424 for (const HUseListNode<HEnvironment*>& use : instruction->GetEnvUses()) { in HasAliasInEnvironments() local
Dssa_liveness_analysis.cc222 for (const HUseListNode<HInstruction*>& use : current->GetUses()) { in ComputeLiveRanges() local
394 for (const UsePosition& use : GetUses()) { in FindFirstRegisterHint() local
Dscheduler.cc292 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) { in AddDependencies() local
374 for (const HUseListNode<HEnvironment*>& use : instruction->GetEnvUses()) { in AddDependencies() local
Dprepare_for_register_allocation.cc155 for (const HUseListNode<HInstruction*>& use : check->GetUses()) { in VisitClinitCheck() local
Dloop_optimization.cc1531 for (const HUseListNode<HInstruction*>& use : phi->GetUses()) { in FinalizeVectorization() local
2922 for (const HUseListNode<HInstruction*>& use : i->GetUses()) { in TrySetPhiInduction() local
2956 [loop_info, reduction](const HUseListNode<HInstruction*>& use) { in TrySetPhiReduction()
3033 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) { in IsUsedOutsideLoop() local
3046 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) { in IsOnlyUsedAfterLoop() local
3138 for (const HUseListNode<HEnvironment*>& use : i->GetEnvUses()) { in CanRemoveCycle() local
Dreference_type_propagation.cc170 for (const HUseListNode<HInstruction*>& use : obj->GetUses()) { in ShouldCreateBoundType() local
990 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) { in AddDependentInstructionsToWorklist() local
Dregister_allocator_linear_scan.cc1032 size_t use = active->FirstRegisterUseAfter(current->GetStart()); in AllocateBlockedReg() local
1062 size_t use = inactive->FirstUseAfter(current->GetStart()); in AllocateBlockedReg() local
Dinstruction_simplifier.cc729 for (const HUseListNode<HInstruction*>& use : input->GetUses()) { in CanEnsureNotNullAt() local
1360 for (const HUseListNode<HInstruction*>& use : type_conversion->GetUses()) { in IsTypeConversionForStoringIntoNoWiderFieldOnly() local
2153 for (const HUseListNode<HInstruction*>& use : dividend->GetUses()) { in FindDivWithInputsInBasicBlock() local
3021 for (const HUseListNode<HInstruction*>& use : sb->GetUses()) { in TryReplaceStringBuilderAppend() local
3151 for (const HUseListNode<HEnvironment*>& use : sb->GetEnvUses()) { in TryReplaceStringBuilderAppend() local
Dregister_allocation_resolver.cc338 for (const UsePosition& use : matching_use_range) { in ConnectSiblings() local
Dbounds_check_elimination.cc1432 for (const HUseListNode<HInstruction*>& use : array_length->GetUses()) { in AddComparesWithDeoptimization() local
1552 for (const HUseListNode<HInstruction*>& use : array_length->GetUses()) { in TransformLoopForDynamicBCE() local
Dnodes.cc181 const HUseListNode<HInstruction*>& use = insn->GetUses().front(); in RemoveCatchPhiUsesOfDeadInstruction() local
2115 for (const HUseListNode<HInstruction*>& use : GetUses()) { in MoveBeforeFirstUserAndOutOfLoops() local
3382 for (const HUseListNode<HEnvironment*>& use : GetEnvUses()) { in RemoveEnvironmentUsers() local
Dload_store_elimination.cc655 for (const HUseListNode<HInstruction*>& use : value->GetUses()) { in FindOrAddTypeConversionIfNecessary() local
1060 [instruction](const HUseListNode<HEnvironment*>& use) { in VisitDeoptimize()
Dinduction_var_analysis.cc115 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) { in FindFirstLoopHeaderPhiUse() local