Lines Matching refs:DoneMBB

8418   MachineBasicBlock *DoneMBB  = SystemZ::splitBlockBefore(MI, MBB);  in emitAtomicLoadBinary()  local
8471 MBB->addSuccessor(DoneMBB); in emitAtomicLoadBinary()
8474 return DoneMBB; in emitAtomicLoadBinary()
8514 MachineBasicBlock *DoneMBB = SystemZ::splitBlockBefore(MI, MBB); in emitAtomicLoadMinMax() local
8575 MBB->addSuccessor(DoneMBB); in emitAtomicLoadMinMax()
8578 return DoneMBB; in emitAtomicLoadMinMax()
8620 MachineBasicBlock *DoneMBB = SystemZ::splitBlockBefore(MI, MBB); in emitAtomicCmpSwapW() local
8665 .addImm(SystemZ::CCMASK_CMP_NE).addMBB(DoneMBB); in emitAtomicCmpSwapW()
8666 MBB->addSuccessor(DoneMBB); in emitAtomicCmpSwapW()
8686 MBB->addSuccessor(DoneMBB); in emitAtomicCmpSwapW()
8692 DoneMBB->addLiveIn(SystemZ::CC); in emitAtomicCmpSwapW()
8695 return DoneMBB; in emitAtomicCmpSwapW()
8885 MachineBasicBlock *DoneMBB = nullptr; in emitMemMemWrapper() local
8908 DoneMBB = SystemZ::emitBlockAfter(NextMBB); in emitMemMemWrapper()
8954 .addMBB(DoneMBB); in emitMemMemWrapper()
8955 MBB->addSuccessor(DoneMBB); in emitMemMemWrapper()
8960 DoneMBB = SystemZ::splitBlockBefore(MI, MBB); in emitMemMemWrapper()
8973 DoneMBB->addLiveIn(SystemZ::CC); in emitMemMemWrapper()
9037 MBB->addSuccessor(DoneMBB); in emitMemMemWrapper()
9039 MBB = DoneMBB; in emitMemMemWrapper()
9132 MachineBasicBlock *DoneMBB = SystemZ::splitBlockBefore(MI, MBB); in emitStringWrapper() local
9163 MBB->addSuccessor(DoneMBB); in emitStringWrapper()
9165 DoneMBB->addLiveIn(SystemZ::CC); in emitStringWrapper()
9168 return DoneMBB; in emitStringWrapper()
9252 MachineBasicBlock *DoneMBB = SystemZ::splitBlockAfter(MI, MBB); in emitProbedAlloca() local
9307 .addMBB(DoneMBB); in emitProbedAlloca()
9309 MBB->addSuccessor(DoneMBB); in emitProbedAlloca()
9320 MBB->addSuccessor(DoneMBB); in emitProbedAlloca()
9323 MBB = DoneMBB; in emitProbedAlloca()
9328 return DoneMBB; in emitProbedAlloca()