Lines Matching refs:GetUses
180 const HUseListNode<HInstruction*>& use = insn->GetUses().front(); in RemoveCatchPhiUsesOfDeadInstruction()
1192 DCHECK(initial->GetUses().empty()); in ReplaceAndRemoveInstructionWith()
1269 DCHECK(instruction->GetUses().empty()); in Remove()
1568 const HUseList<HInstruction*>& uses = GetUses(); in ReplaceUsesDominatedBy()
1674 const HUseList<HInstruction*>& uses = instruction->GetUses(); in RemoveConstructorFences()
1724 for (const HUseListNode<HInstruction*>& use_node : instruction->GetUses()) { in RemoveConstructorFences()
2115 auto uses_it = GetUses().begin(); in MoveBeforeFirstUserAndOutOfLoops()
2116 auto uses_end = GetUses().end(); in MoveBeforeFirstUserAndOutOfLoops()
2139 for (const HUseListNode<HInstruction*>& use : GetUses()) { in MoveBeforeFirstUserAndOutOfLoops()
2578 DCHECK(insn->GetUses().empty()); in RemoveCatchPhiUsesAndInstruction()
2591 DCHECK(insn->GetUses().empty()); in RemoveCatchPhiUsesAndInstruction()