Searched refs:NextUse (Results 1 – 1 of 1) sorted by relevance
462 MachineRegisterInfo::use_iterator NextUse; in foldOperand() local466 Use != E; Use = NextUse) { in foldOperand()467 NextUse = std::next(Use); in foldOperand()806 MachineRegisterInfo::use_iterator NextUse; in foldInstOperand() local809 Use != E; Use = NextUse) { in foldInstOperand()810 NextUse = std::next(Use); in foldInstOperand()830 NextUse = MRI->use_begin(Dst.getReg()); in foldInstOperand()