Searched refs:NextMII (Results 1 – 4 of 4) sorted by relevance
126 &NextMII; // Iterator to next instruction in block member130 : MI(argMI), Entry(argEntry), NextMII(argNextMII) {} in ReduceEntryFunArgs()155 MachineBasicBlock::instr_iterator &NextMII);415 MachineBasicBlock::instr_iterator &NextMII) { in ReduceMI() argument433 ReduceEntryFunArgs Arguments(&(*MII), *Entry, NextMII); in ReduceMI()457 MachineBasicBlock::instr_iterator &NextMII = Arguments->NextMII; in ReduceXWtoXWP() local461 if (NextMII == E) in ReduceXWtoXWP()465 MachineInstr *MI2 = &*NextMII; in ReduceXWtoXWP()490 NextMII = std::next(NextMII); in ReduceXWtoXWP()614 MachineBasicBlock::instr_iterator &NextMII = Arguments->NextMII; in ReduceMoveToMovep() local[all …]
1066 MachineBasicBlock::instr_iterator NextMII; in ReduceMBB() local1067 for (; MII != E; MII = NextMII) { in ReduceMBB()1068 NextMII = std::next(MII); in ReduceMBB()1081 bool NextInSameBundle = NextMII != E && NextMII->isBundledWithPred(); in ReduceMBB()1085 MachineBasicBlock::instr_iterator I = std::prev(NextMII); in ReduceMBB()1089 if (NextInSameBundle && !NextMII->isBundledWithPred()) in ReduceMBB()1090 NextMII->bundleWithPred(); in ReduceMBB()
1355 MachineBasicBlock::iterator NextMII = I.getIterator(); in isLegalToPacketizeTogether() local1356 ++NextMII; in isLegalToPacketizeTogether()1357 if (NextMII != I.getParent()->end() && HII->isNewValueJump(*NextMII)) { in isLegalToPacketizeTogether()1358 MachineInstr &NextMI = *NextMII; in isLegalToPacketizeTogether()
766 MachineBasicBlock::iterator NextMII = MII; ++NextMII; in HoistOutOfLoop() local772 MII = NextMII; in HoistOutOfLoop()