Searched refs:BundleIt (Results 1 – 1 of 1) sorted by relevance
129 MachineBasicBlock::iterator BundleIt, bool Before) { in moveInstrOut() argument132 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() local1013 BundleIt = I; in unpacketizeSoloInstrs()[all …]