Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_phi_elimination.cc47 for (const HUseListNode<HInstruction*>& use : phi->GetUses()) { in MarkDeadPhis() local
98 for (const HUseListNode<HInstruction*>& use : phi->GetUses()) { in EliminateDeadPhis() local
109 for (const HUseListNode<HEnvironment*>& use : phi->GetEnvUses()) { in EliminateDeadPhis() local
238 for (const HUseListNode<HInstruction*>& use : current->GetUses()) { in Run() local
Dinstruction_simplifier_arm64.h46 bool CanMergeIntoShifterOperand(HInstruction* use, HInstruction* bitfield_op) { in CanMergeIntoShifterOperand()
49 bool MergeIntoShifterOperand(HInstruction* use, HInstruction* bitfield_op) { in MergeIntoShifterOperand()
Dinstruction_simplifier_arm64.cc81 bool InstructionSimplifierArm64Visitor::TryMergeIntoShifterOperand(HInstruction* use, in TryMergeIntoShifterOperand()
163 for (const HUseListNode<HInstruction*>& use : uses) { in TryMergeIntoUsersShifterOperand() local
Dpretty_printer.h58 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) { in PrintPostInstruction() local
Dinstruction_simplifier_shared.cc109 HInstruction* use = mul->GetUses().front().GetUser(); in TryCombineMultiplyAccumulate() local
Dgraph_checker.cc354 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) { in VisitInstruction() local
378 for (const HUseListNode<HEnvironment*>& use : instruction->GetEnvUses()) { in VisitInstruction() local
408 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) { in VisitInstruction() local
Dssa_builder.cc111 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) { in AddDependentInstructionsToWorklist() local
413 for (const HUseListNode<HEnvironment*>& use : instruction->GetEnvUses()) { in HasAliasInEnvironments() local
Dprepare_for_register_allocation.cc66 for (const HUseListNode<HInstruction*>& use : check->GetUses()) { in VisitClinitCheck() local
Dssa_liveness_analysis.h493 UsePosition* use = first_use_; in FirstRegisterUseAfter() local
521 UsePosition* use = first_use_; in FirstUseAfter() local
675 UsePosition* use = first_use_; in Dump() local
960 UsePosition* use = first_use_; in HasSynthesizeUseAt() local
Dssa_liveness_analysis.cc286 for (const HUseListNode<HInstruction*>& use : current->GetUses()) { in ComputeLiveRanges() local
412 UsePosition* use = first_use_; in FindFirstRegisterHint() local
Dregister_allocator.cc1018 size_t use = active->FirstRegisterUseAfter(current->GetStart()); in AllocateBlockedReg() local
1045 size_t use = inactive->FirstUseAfter(current->GetStart()); in AllocateBlockedReg() local
1613 UsePosition* use = current->GetFirstUse(); in ConnectSiblings() local
Dreference_type_propagation.cc214 for (const HUseListNode<HInstruction*>& use : obj->GetUses()) { in ShouldCreateBoundType() local
915 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) { in AddDependentInstructionsToWorklist() local
Dnodes.cc1409 for (const HUseListNode<HInstruction*>& use : GetUses()) { in MoveBeforeFirstUserAndOutOfLoops() local
1692 const HUseListNode<HInstruction*>& use = insn->GetUses().front(); in RemoveUsesOfDeadInstruction() local
2498 for (const HUseListNode<HEnvironment*>& use : GetEnvUses()) { in RemoveEnvironmentUsers() local
Dload_store_elimination.cc46 for (const HUseListNode<HInstruction*>& use : reference_->GetUses()) { in ReferenceInfo() local
Dinstruction_simplifier.cc412 for (const HUseListNode<HInstruction*>& use : input->GetUses()) { in CanEnsureNotNullAt() local
Dbounds_check_elimination.cc1217 for (const HUseListNode<HInstruction*>& use : array_length->GetUses()) { in AddComparesWithDeoptimization() local