Searched refs:ReleasingStoreBB (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1197 auto ReleasingStoreBB = local
1199 auto StartBB = BasicBlock::Create(Ctx, "cmpxchg.start", F, ReleasingStoreBB);
1228 Builder.CreateCondBr(ShouldStore, ReleasingStoreBB, NoStoreBB);
1230 Builder.SetInsertPoint(ReleasingStoreBB);
1238 LoadedTryStore->addIncoming(UnreleasedLoad, ReleasingStoreBB);

Completed in 108 milliseconds