Searched refs:FailureBB (Results 1 – 1 of 1) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| HD | AtomicExpandPass.cpp | 859 auto FailureBB = in expandPartwordCmpXchg() local 861 auto LoopBB = BasicBlock::Create(Ctx, "partword.cmpxchg.loop", F, FailureBB); in expandPartwordCmpXchg() 909 Builder.CreateCondBr(Success, EndBB, FailureBB); in expandPartwordCmpXchg() 912 Builder.SetInsertPoint(FailureBB); in expandPartwordCmpXchg() 921 Loaded_MaskOut->addIncoming(OldVal_MaskOut, FailureBB); in expandPartwordCmpXchg() 1169 auto FailureBB = BasicBlock::Create(Ctx, "cmpxchg.failure", F, ExitBB); in expandAtomicCmpXchg() local 1170 auto NoStoreBB = BasicBlock::Create(Ctx, "cmpxchg.nostore", F, FailureBB); in expandAtomicCmpXchg() 1214 CI->isWeak() ? FailureBB : RetryBB); in expandAtomicCmpXchg() 1241 Builder.CreateBr(FailureBB); in expandAtomicCmpXchg() 1243 Builder.SetInsertPoint(FailureBB); in expandAtomicCmpXchg() [all …]
|