Lines Matching refs:NextMII
126 &NextMII; // Iterator to next instruction in block member
130 : MI(argMI), Entry(argEntry), NextMII(argNextMII) {} in ReduceEntryFunArgs()
155 MachineBasicBlock::instr_iterator &NextMII);
415 MachineBasicBlock::instr_iterator &NextMII) { in ReduceMI() argument
433 ReduceEntryFunArgs Arguments(&(*MII), *Entry, NextMII); in ReduceMI()
457 MachineBasicBlock::instr_iterator &NextMII = Arguments->NextMII; in ReduceXWtoXWP() local
461 if (NextMII == E) in ReduceXWtoXWP()
465 MachineInstr *MI2 = &*NextMII; in ReduceXWtoXWP()
490 NextMII = std::next(NextMII); in ReduceXWtoXWP()
614 MachineBasicBlock::instr_iterator &NextMII = Arguments->NextMII; in ReduceMoveToMovep() local
618 if (NextMII == E) in ReduceMoveToMovep()
622 MachineInstr *MI2 = &*NextMII; in ReduceMoveToMovep()
650 NextMII = std::next(NextMII); in ReduceMoveToMovep()
675 MachineBasicBlock::instr_iterator NextMII; in ReduceMBB() local
678 for (; MII != E; MII = NextMII) { in ReduceMBB()
679 NextMII = std::next(MII); in ReduceMBB()
687 Modified |= ReduceMI(MII, NextMII); in ReduceMBB()