Searched refs:NextMII (Results 1 – 4 of 4) sorted by relevance
458 MachineBasicBlock::instr_iterator &NextMII = Arguments->NextMII; in ReduceXWtoXWP() local462 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() local619 if (NextMII == E) in ReduceMoveToMovep()623 MachineInstr *MI2 = &*NextMII; in ReduceMoveToMovep()651 NextMII = std::next(NextMII); in ReduceMoveToMovep()679 for (; MII != E; MII = NextMII) { in ReduceMBB()680 NextMII = std::next(MII); in ReduceMBB()[all …]
1057 MachineBasicBlock::instr_iterator NextMII; in ReduceMBB() local1058 for (; MII != E; MII = NextMII) { in ReduceMBB()1059 NextMII = std::next(MII); in ReduceMBB()1072 bool NextInSameBundle = NextMII != E && NextMII->isBundledWithPred(); in ReduceMBB()1076 MachineBasicBlock::instr_iterator I = std::prev(NextMII); in ReduceMBB()1080 if (NextInSameBundle && !NextMII->isBundledWithPred()) in ReduceMBB()1081 NextMII->bundleWithPred(); in ReduceMBB()
1347 MachineBasicBlock::iterator NextMII = I.getIterator(); in isLegalToPacketizeTogether() local1348 ++NextMII; in isLegalToPacketizeTogether()1349 if (NextMII != I.getParent()->end() && HII->isNewValueJump(*NextMII)) { in isLegalToPacketizeTogether()1350 MachineInstr &NextMI = *NextMII; in isLegalToPacketizeTogether()
738 MachineBasicBlock::iterator NextMII = MII; ++NextMII; in HoistOutOfLoop() local744 MII = NextMII; in HoistOutOfLoop()