Lines Matching refs:GetUses
382 !instr->GetUses().empty() || in CheckInductionSetFullyRemoved()
412 const HUseList<HInstruction*>& uses = cond->GetUses(); in TryToEvaluateIfCondition()
1283 for (const HUseListNode<HInstruction*>& use : phi->GetUses()) { in Vectorize()
2464 for (const HUseListNode<HInstruction*>& use : i->GetUses()) { in TrySetPhiInduction()
2493 reduction->GetUses().HasExactlyOneElement() && in TrySetPhiReduction()
2496 std::none_of(phi->GetUses().begin(), in TrySetPhiReduction()
2497 phi->GetUses().end(), in TrySetPhiReduction()
2544 c->GetUses().HasExactlyOneElement() && // only used for termination in TrySetSimpleLoopHeader()
2575 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) { in IsUsedOutsideLoop()
2588 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) { in IsOnlyUsedAfterLoop()
2613 const HUseList<HInstruction*>& uses = instruction->GetUses(); in TryReplaceWithLastValue()