Lines Matching refs:DoneMBB

8584   MachineBasicBlock *DoneMBB  = SystemZ::splitBlockBefore(MI, MBB);  in emitAtomicLoadBinary()  local
8637 MBB->addSuccessor(DoneMBB); in emitAtomicLoadBinary()
8640 return DoneMBB; in emitAtomicLoadBinary()
8680 MachineBasicBlock *DoneMBB = SystemZ::splitBlockBefore(MI, MBB); in emitAtomicLoadMinMax() local
8741 MBB->addSuccessor(DoneMBB); in emitAtomicLoadMinMax()
8744 return DoneMBB; in emitAtomicLoadMinMax()
8786 MachineBasicBlock *DoneMBB = SystemZ::splitBlockBefore(MI, MBB); in emitAtomicCmpSwapW() local
8831 .addImm(SystemZ::CCMASK_CMP_NE).addMBB(DoneMBB); in emitAtomicCmpSwapW()
8832 MBB->addSuccessor(DoneMBB); in emitAtomicCmpSwapW()
8852 MBB->addSuccessor(DoneMBB); in emitAtomicCmpSwapW()
8858 DoneMBB->addLiveIn(SystemZ::CC); in emitAtomicCmpSwapW()
8861 return DoneMBB; in emitAtomicCmpSwapW()
9043 MachineBasicBlock *DoneMBB = nullptr; in emitMemMemWrapper() local
9066 DoneMBB = SystemZ::emitBlockAfter(NextMBB); in emitMemMemWrapper()
9112 .addMBB(DoneMBB); in emitMemMemWrapper()
9113 MBB->addSuccessor(DoneMBB); in emitMemMemWrapper()
9118 DoneMBB = SystemZ::splitBlockBefore(MI, MBB); in emitMemMemWrapper()
9131 DoneMBB->addLiveIn(SystemZ::CC); in emitMemMemWrapper()
9195 MBB->addSuccessor(DoneMBB); in emitMemMemWrapper()
9197 MBB = DoneMBB; in emitMemMemWrapper()
9290 MachineBasicBlock *DoneMBB = SystemZ::splitBlockBefore(MI, MBB); in emitStringWrapper() local
9321 MBB->addSuccessor(DoneMBB); in emitStringWrapper()
9323 DoneMBB->addLiveIn(SystemZ::CC); in emitStringWrapper()
9326 return DoneMBB; in emitStringWrapper()
9410 MachineBasicBlock *DoneMBB = SystemZ::splitBlockAfter(MI, MBB); in emitProbedAlloca() local
9465 .addMBB(DoneMBB); in emitProbedAlloca()
9467 MBB->addSuccessor(DoneMBB); in emitProbedAlloca()
9478 MBB->addSuccessor(DoneMBB); in emitProbedAlloca()
9481 MBB = DoneMBB; in emitProbedAlloca()
9486 return DoneMBB; in emitProbedAlloca()