Lines Matching refs:NextMII
127 &NextMII; // Iterator to next instruction in block member
131 : MI(argMI), Entry(argEntry), NextMII(argNextMII) {} in ReduceEntryFunArgs()
156 MachineBasicBlock::instr_iterator &NextMII);
416 MachineBasicBlock::instr_iterator &NextMII) { in ReduceMI() argument
434 ReduceEntryFunArgs Arguments(&(*MII), *Entry, NextMII); in ReduceMI()
458 MachineBasicBlock::instr_iterator &NextMII = Arguments->NextMII; in ReduceXWtoXWP() local
462 if (NextMII == E) in ReduceXWtoXWP()
466 MachineInstr *MI2 = &*NextMII; in ReduceXWtoXWP()
491 NextMII = std::next(NextMII); in ReduceXWtoXWP()
615 MachineBasicBlock::instr_iterator &NextMII = Arguments->NextMII; in ReduceMoveToMovep() local
619 if (NextMII == E) in ReduceMoveToMovep()
623 MachineInstr *MI2 = &*NextMII; in ReduceMoveToMovep()
651 NextMII = std::next(NextMII); in ReduceMoveToMovep()
676 MachineBasicBlock::instr_iterator NextMII; in ReduceMBB() local
679 for (; MII != E; MII = NextMII) { in ReduceMBB()
680 NextMII = std::next(MII); in ReduceMBB()
688 Modified |= ReduceMI(MII, NextMII); in ReduceMBB()