Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp10112 MachineBasicBlock *SetMBB = SystemZ::emitBlockAfter(LoopMBB); in emitAtomicCmpSwapW() local
10141 .addReg(RetryOldVal).addMBB(SetMBB); in emitAtomicCmpSwapW()
10144 .addReg(RetrySwapVal).addMBB(SetMBB); in emitAtomicCmpSwapW()
10157 MBB->addSuccessor(SetMBB); in emitAtomicCmpSwapW()
10165 MBB = SetMBB; in emitAtomicCmpSwapW()