Home | History | Annotate | Download | only in SystemZ

Lines Matching refs:NewMBB

2871   MachineBasicBlock *NewMBB = MF.CreateMachineBasicBlock(MBB->getBasicBlock());
2872 MF.insert(std::next(MachineFunction::iterator(MBB)), NewMBB);
2873 return NewMBB;
2880 MachineBasicBlock *NewMBB = emitBlockAfter(MBB);
2881 NewMBB->splice(NewMBB->begin(), MBB,
2883 NewMBB->transferSuccessorsAndUpdatePHIs(MBB);
2884 return NewMBB;
2890 MachineBasicBlock *NewMBB = emitBlockAfter(MBB);
2891 NewMBB->splice(NewMBB
2892 NewMBB->transferSuccessorsAndUpdatePHIs(MBB);
2893 return NewMBB;