Searched refs:NextMII (Results 1 – 3 of 3) sorted by relevance
959 MachineBasicBlock::instr_iterator NextMII; in ReduceMBB() local960 for (; MII != E; MII = NextMII) { in ReduceMBB()961 NextMII = std::next(MII); in ReduceMBB()974 bool NextInSameBundle = NextMII != E && NextMII->isBundledWithPred(); in ReduceMBB()978 MachineBasicBlock::instr_iterator I = std::prev(NextMII); in ReduceMBB()982 if (NextInSameBundle && !NextMII->isBundledWithPred()) in ReduceMBB()983 NextMII->bundleWithPred(); in ReduceMBB()
1159 MachineBasicBlock::iterator NextMII = I; in isLegalToPacketizeTogether() local1160 ++NextMII; in isLegalToPacketizeTogether()1161 if (NextMII != I->getParent()->end() && HII->isNewValueJump(NextMII)) { in isLegalToPacketizeTogether()1162 MachineInstr *NextMI = NextMII; in isLegalToPacketizeTogether()
698 MachineBasicBlock::iterator NextMII = MII; ++NextMII; in HoistOutOfLoop() local702 MII = NextMII; in HoistOutOfLoop()