Lines Matching refs:MBB
146 /// instruction to the end of its MBB.
213 SlotIndex getMBBStartIdx(const MachineBasicBlock *mbb) const {
214 return Indexes->getMBBStartIdx(mbb);
218 SlotIndex getMBBEndIdx(const MachineBasicBlock *mbb) const {
219 return Indexes->getMBBEndIdx(mbb);
223 const MachineBasicBlock *mbb) const {
224 return LR.liveAt(getMBBStartIdx(mbb));
228 const MachineBasicBlock *mbb) const {
229 return LR.liveAt(getMBBEndIdx(mbb).getPrevSlot());
236 void insertMBBInMaps(MachineBasicBlock *MBB) {
237 Indexes->insertMBBInMaps(MBB);
238 assert(unsigned(MBB->getNumber()) == RegMaskBlocks.size() &&
314 void repairIntervalsInRange(MachineBasicBlock *MBB,