| /art/compiler/optimizing/ |
| D | ssa_phi_elimination.cc | 47 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
|
| D | instruction_simplifier_arm64.h | 46 bool CanMergeIntoShifterOperand(HInstruction* use, HInstruction* bitfield_op) { in CanMergeIntoShifterOperand() 49 bool MergeIntoShifterOperand(HInstruction* use, HInstruction* bitfield_op) { in MergeIntoShifterOperand()
|
| D | instruction_simplifier_arm64.cc | 81 bool InstructionSimplifierArm64Visitor::TryMergeIntoShifterOperand(HInstruction* use, in TryMergeIntoShifterOperand() 163 for (const HUseListNode<HInstruction*>& use : uses) { in TryMergeIntoUsersShifterOperand() local
|
| D | pretty_printer.h | 58 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) { in PrintPostInstruction() local
|
| D | instruction_simplifier_shared.cc | 109 HInstruction* use = mul->GetUses().front().GetUser(); in TryCombineMultiplyAccumulate() local
|
| D | graph_checker.cc | 354 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
|
| D | ssa_builder.cc | 111 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) { in AddDependentInstructionsToWorklist() local 413 for (const HUseListNode<HEnvironment*>& use : instruction->GetEnvUses()) { in HasAliasInEnvironments() local
|
| D | prepare_for_register_allocation.cc | 66 for (const HUseListNode<HInstruction*>& use : check->GetUses()) { in VisitClinitCheck() local
|
| D | ssa_liveness_analysis.h | 493 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
|
| D | ssa_liveness_analysis.cc | 286 for (const HUseListNode<HInstruction*>& use : current->GetUses()) { in ComputeLiveRanges() local 412 UsePosition* use = first_use_; in FindFirstRegisterHint() local
|
| D | register_allocator.cc | 1018 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
|
| D | reference_type_propagation.cc | 214 for (const HUseListNode<HInstruction*>& use : obj->GetUses()) { in ShouldCreateBoundType() local 915 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) { in AddDependentInstructionsToWorklist() local
|
| D | nodes.cc | 1409 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
|
| D | load_store_elimination.cc | 46 for (const HUseListNode<HInstruction*>& use : reference_->GetUses()) { in ReferenceInfo() local
|
| D | instruction_simplifier.cc | 412 for (const HUseListNode<HInstruction*>& use : input->GetUses()) { in CanEnsureNotNullAt() local
|
| D | bounds_check_elimination.cc | 1217 for (const HUseListNode<HInstruction*>& use : array_length->GetUses()) { in AddComparesWithDeoptimization() local
|