Searched refs:NextMII (Results 1 – 3 of 3) sorted by relevance
941 MachineBasicBlock::instr_iterator NextMII; in ReduceMBB() local942 for (; MII != E; MII = NextMII) { in ReduceMBB()943 NextMII = std::next(MII); in ReduceMBB()956 bool NextInSameBundle = NextMII != E && NextMII->isBundledWithPred(); in ReduceMBB()960 MachineBasicBlock::instr_iterator I = std::prev(NextMII); in ReduceMBB()964 if (NextInSameBundle && !NextMII->isBundledWithPred()) in ReduceMBB()965 NextMII->bundleWithPred(); in ReduceMBB()
1073 MachineBasicBlock::iterator NextMII = I; in isLegalToPacketizeTogether() local1074 ++NextMII; in isLegalToPacketizeTogether()1075 if (NextMII != I->getParent()->end() && QII->isNewValueJump(NextMII)) { in isLegalToPacketizeTogether()1076 MachineInstr *NextMI = NextMII; in isLegalToPacketizeTogether()
776 MachineBasicBlock::iterator NextMII = MII; ++NextMII; in HoistOutOfLoop() local780 MII = NextMII; in HoistOutOfLoop()