Searched refs:BundleIt (Results 1 – 1 of 1) sorted by relevance
126 MachineBasicBlock::iterator BundleIt, bool Before) { in moveInstrOut() argument129 InsertPt = BundleIt.getInstrIterator(); in moveInstrOut()131 InsertPt = std::next(BundleIt).getInstrIterator(); in moveInstrOut()149 MachineBasicBlock::const_instr_iterator I(BundleIt); in moveInstrOut()158 return BundleIt; in moveInstrOut()161 MachineBasicBlock::iterator NextIt = std::next(BundleIt); in moveInstrOut()162 MachineInstr *SingleI = BundleIt->getNextNode(); in moveInstrOut()165 BundleIt->eraseFromParent(); in moveInstrOut()1001 MachineBasicBlock::iterator BundleIt; in unpacketizeSoloInstrs() local1007 BundleIt = I; in unpacketizeSoloInstrs()[all …]