Lines Matching defs:MBB
135 MachineBasicBlock *&MBB,
323 // MBB references in the frame information can be resolved.
326 // Initialize the jump table after creating all the MBBs so that the MBB
332 // parser can resolve the MBB references.
438 for (const MachineBasicBlock &MBB : PFS.MF) {
439 for (const MachineInstr &MI : MBB) {
470 MachineBasicBlock *MBB = nullptr;
471 if (parseMBBReference(PFS, MBB, YamlMFI.SavePoint))
473 MFI.setSavePoint(MBB);
476 MachineBasicBlock *MBB = nullptr;
477 if (parseMBBReference(PFS, MBB, YamlMFI.RestorePoint))
479 MFI.setRestorePoint(MBB);
645 MachineBasicBlock *MBB = nullptr;
646 if (parseMBBReference(PFS, MBB, MBBSource.Value))
648 Blocks.push_back(MBB);
661 MachineBasicBlock *&MBB,
664 if (llvm::parseMBBReference(PFS, MBB, Source.Value, Error))