Lines Matching refs:DoneMBB

7819   MachineBasicBlock *DoneMBB  = SystemZ::splitBlockBefore(MI, MBB);  in emitAtomicLoadBinary()  local
7883 MBB->addSuccessor(DoneMBB); in emitAtomicLoadBinary()
7886 return DoneMBB; in emitAtomicLoadBinary()
7936 MachineBasicBlock *DoneMBB = SystemZ::splitBlockBefore(MI, MBB); in emitAtomicLoadMinMax() local
8000 MBB->addSuccessor(DoneMBB); in emitAtomicLoadMinMax()
8003 return DoneMBB; in emitAtomicLoadMinMax()
8045 MachineBasicBlock *DoneMBB = SystemZ::splitBlockBefore(MI, MBB); in emitAtomicCmpSwapW() local
8090 .addImm(SystemZ::CCMASK_CMP_NE).addMBB(DoneMBB); in emitAtomicCmpSwapW()
8091 MBB->addSuccessor(DoneMBB); in emitAtomicCmpSwapW()
8111 MBB->addSuccessor(DoneMBB); in emitAtomicCmpSwapW()
8117 DoneMBB->addLiveIn(SystemZ::CC); in emitAtomicCmpSwapW()
8120 return DoneMBB; in emitAtomicCmpSwapW()
8310 MachineBasicBlock *DoneMBB = nullptr; in emitMemMemWrapper() local
8333 DoneMBB = SystemZ::emitBlockAfter(NextMBB); in emitMemMemWrapper()
8379 .addMBB(DoneMBB); in emitMemMemWrapper()
8380 MBB->addSuccessor(DoneMBB); in emitMemMemWrapper()
8385 DoneMBB = SystemZ::splitBlockBefore(MI, MBB); in emitMemMemWrapper()
8398 DoneMBB->addLiveIn(SystemZ::CC); in emitMemMemWrapper()
8462 MBB->addSuccessor(DoneMBB); in emitMemMemWrapper()
8464 MBB = DoneMBB; in emitMemMemWrapper()
8555 MachineBasicBlock *DoneMBB = SystemZ::splitBlockBefore(MI, MBB); in emitStringWrapper() local
8586 MBB->addSuccessor(DoneMBB); in emitStringWrapper()
8588 DoneMBB->addLiveIn(SystemZ::CC); in emitStringWrapper()
8591 return DoneMBB; in emitStringWrapper()
8675 MachineBasicBlock *DoneMBB = SystemZ::splitBlockAfter(MI, MBB); in emitProbedAlloca() local
8730 .addMBB(DoneMBB); in emitProbedAlloca()
8732 MBB->addSuccessor(DoneMBB); in emitProbedAlloca()
8743 MBB->addSuccessor(DoneMBB); in emitProbedAlloca()
8746 MBB = DoneMBB; in emitProbedAlloca()
8751 return DoneMBB; in emitProbedAlloca()