Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:MBB

415             // This is an alternative def earlier in the same MBB.
735 MachineBasicBlock *MBB = LIS.getMBBFromIndex(SVI.SpillVNI->def);
738 MII = MBB->SkipPHIsAndLabels(MBB->begin());
746 TII.storeRegToStackSlot(*MBB, MII, SVI.SpillReg, false, StackSlot,
833 MachineBasicBlock *MBB = LIS.getMBBFromIndex(VNI->def);
834 for (MachineBasicBlock::pred_iterator PI = MBB->pred_begin(),
835 PE = MBB->pred_end(); PI != PE; ++PI) {
1186 MachineBasicBlock &MBB = *MI->getParent();
1189 TII.loadRegFromStackSlot(MBB, MI, NewVReg, StackSlot,
1202 MachineBasicBlock &MBB = *MI->getParent();
1205 TII.storeRegToStackSlot(MBB, std::next(MI), NewVReg, isKill, StackSlot,
1235 MachineBasicBlock *MBB = MI->getParent();
1238 BuildMI(*MBB, MBB->erase(MI), DL, TII.get(TargetOpcode::DBG_VALUE))