Searched refs:NextMII (Results 1 – 3 of 3) sorted by relevance
942 MachineBasicBlock::instr_iterator NextMII; in ReduceMBB() local943 for (; MII != E; MII = NextMII) { in ReduceMBB()944 NextMII = std::next(MII); in ReduceMBB()957 bool NextInSameBundle = NextMII != E && NextMII->isBundledWithPred(); in ReduceMBB()961 MachineBasicBlock::instr_iterator I = std::prev(NextMII); in ReduceMBB()965 if (NextInSameBundle && !NextMII->isBundledWithPred()) in ReduceMBB()966 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()
777 MachineBasicBlock::iterator NextMII = MII; ++NextMII; in HoistOutOfLoop() local781 MII = NextMII; in HoistOutOfLoop()