Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp7304 MachineBasicBlock *SetMBB = emitBlockAfter(LoopMBB); in emitAtomicCmpSwapW() local
7334 .addReg(RetryOldVal).addMBB(SetMBB); in emitAtomicCmpSwapW()
7337 .addReg(RetryCmpVal).addMBB(SetMBB); in emitAtomicCmpSwapW()
7340 .addReg(RetrySwapVal).addMBB(SetMBB); in emitAtomicCmpSwapW()
7351 MBB->addSuccessor(SetMBB); in emitAtomicCmpSwapW()
7362 MBB = SetMBB; in emitAtomicCmpSwapW()