Lines Matching refs:NewMBB
1728 MachineBasicBlock *NewMBB = MF.CreateMachineBasicBlock(MBB->getBasicBlock());
1729 MF.insert(llvm::next(MachineFunction::iterator(MBB)), NewMBB);
1730 return NewMBB;
1737 MachineBasicBlock *NewMBB = emitBlockAfter(MBB);
1738 NewMBB->splice(NewMBB->begin(), MBB,
1741 NewMBB->transferSuccessorsAndUpdatePHIs(MBB);
1742 return NewMBB;