Searched refs:NextMII (Results 1 – 4 of 4) sorted by relevance
113 MachineBasicBlock::instr_iterator NextMII; in fixMulMulBB() local118 MII != E; MII = NextMII) { in fixMulMulBB()120 NextMII = next_nodbg(MII, E); in fixMulMulBB()124 if (NextMII != E && isFirstMul(*MII) && isSecondMulOrBranch(*NextMII)) { in fixMulMulBB()128 BuildMI(MBB, NextMII, DebugLoc(), NewMCID); in fixMulMulBB()
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() local618 if (NextMII == E) in ReduceMoveToMovep()622 MachineInstr *MI2 = &*NextMII; in ReduceMoveToMovep()650 NextMII = std::next(NextMII); in ReduceMoveToMovep()678 for (; MII != E; MII = NextMII) { in ReduceMBB()679 NextMII = std::next(MII); in ReduceMBB()[all …]
1068 MachineBasicBlock::instr_iterator NextMII; in ReduceMBB() local1069 for (; MII != E; MII = NextMII) { in ReduceMBB()1070 NextMII = std::next(MII); in ReduceMBB()1083 bool NextInSameBundle = NextMII != E && NextMII->isBundledWithPred(); in ReduceMBB()1087 MachineBasicBlock::instr_iterator I = std::prev(NextMII); in ReduceMBB()1091 if (NextInSameBundle && !NextMII->isBundledWithPred()) in ReduceMBB()1092 NextMII->bundleWithPred(); in ReduceMBB()
1361 MachineBasicBlock::iterator NextMII = I.getIterator(); in isLegalToPacketizeTogether() local1362 ++NextMII; in isLegalToPacketizeTogether()1363 if (NextMII != I.getParent()->end() && HII->isNewValueJump(*NextMII)) { in isLegalToPacketizeTogether()1364 MachineInstr &NextMI = *NextMII; in isLegalToPacketizeTogether()