Searched refs:BundleIt (Results 1 – 1 of 1) sorted by relevance
163 MachineBasicBlock::iterator BundleIt, bool Before) { in moveInstrOut() argument166 InsertPt = BundleIt.getInstrIterator(); in moveInstrOut()168 InsertPt = std::next(BundleIt).getInstrIterator(); in moveInstrOut()186 MachineBasicBlock::const_instr_iterator I = BundleIt.getInstrIterator(); in moveInstrOut()195 return BundleIt; in moveInstrOut()198 MachineBasicBlock::iterator NextIt = std::next(BundleIt); in moveInstrOut()199 MachineInstr &SingleI = *BundleIt->getNextNode(); in moveInstrOut()202 BundleIt->eraseFromParent(); in moveInstrOut()1168 MachineBasicBlock::iterator BundleIt; in unpacketizeSoloInstrs() local1171 BundleIt = MI.getIterator(); in unpacketizeSoloInstrs()[all …]