Home
last modified time | relevance | path

Searched refs:SetMBB (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp7650 MachineBasicBlock *SetMBB = SystemZ::emitBlockAfter(LoopMBB); in emitAtomicCmpSwapW() local
7679 .addReg(RetryOldVal).addMBB(SetMBB); in emitAtomicCmpSwapW()
7682 .addReg(RetrySwapVal).addMBB(SetMBB); in emitAtomicCmpSwapW()
7695 MBB->addSuccessor(SetMBB); in emitAtomicCmpSwapW()
7703 MBB = SetMBB; in emitAtomicCmpSwapW()