reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/AtomicExpandPass.cpp
 1177   auto StartBB = BasicBlock::Create(Ctx, "cmpxchg.start", F, ReleasingStoreBB);
 1199   Builder.CreateCondBr(ShouldStore, ReleasingStoreBB, NoStoreBB);
 1201   Builder.SetInsertPoint(ReleasingStoreBB);
 1263     TryStoreLoaded->addIncoming(UnreleasedLoad, ReleasingStoreBB);