Lines Matching refs:BundleIt
129 MachineBasicBlock::iterator BundleIt, bool Before) { in moveInstrOut() argument
132 InsertPt = BundleIt.getInstrIterator(); in moveInstrOut()
134 InsertPt = std::next(BundleIt).getInstrIterator(); in moveInstrOut()
152 MachineBasicBlock::const_instr_iterator I = BundleIt.getInstrIterator(); in moveInstrOut()
161 return BundleIt; in moveInstrOut()
164 MachineBasicBlock::iterator NextIt = std::next(BundleIt); in moveInstrOut()
165 MachineInstr *SingleI = BundleIt->getNextNode(); in moveInstrOut()
168 BundleIt->eraseFromParent(); in moveInstrOut()
1007 MachineBasicBlock::iterator BundleIt; in unpacketizeSoloInstrs() local
1013 BundleIt = I; in unpacketizeSoloInstrs()
1025 InsertBeforeBundle = !hasWriteToReadDep(*MI, *BundleIt, HRI); in unpacketizeSoloInstrs()
1031 BundleIt = moveInstrOut(MI, BundleIt, InsertBeforeBundle); in unpacketizeSoloInstrs()