Lines Matching refs:MBB
416 // This is an alternative def earlier in the same MBB.
733 MachineBasicBlock *MBB = LIS.getMBBFromIndex(SVI.SpillVNI->def);
736 MII = MBB->SkipPHIsAndLabels(MBB->begin());
744 TII.storeRegToStackSlot(*MBB, MII, SVI.SpillReg, false, StackSlot,
831 MachineBasicBlock *MBB = LIS.getMBBFromIndex(VNI->def);
832 for (MachineBasicBlock::pred_iterator PI = MBB->pred_begin(),
833 PE = MBB->pred_end(); PI != PE; ++PI) {
1176 MachineBasicBlock &MBB = *MI->getParent();
1179 TII.loadRegFromStackSlot(MBB, MI, NewVReg, StackSlot,
1192 MachineBasicBlock &MBB = *MI->getParent();
1195 TII.storeRegToStackSlot(MBB, std::next(MI), NewVReg, isKill, StackSlot,
1224 MachineBasicBlock *MBB = MI->getParent();
1225 BuildMI(*MBB, MBB->erase(MI), DL, TII.get(TargetOpcode::DBG_VALUE))