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

References

lib/CodeGen/AtomicExpandPass.cpp
 1170   auto SuccessBB = BasicBlock::Create(Ctx, "cmpxchg.success", F, NoStoreBB);
 1199   Builder.CreateCondBr(ShouldStore, ReleasingStoreBB, NoStoreBB);
 1224     Builder.CreateCondBr(ShouldStore, TryStoreBB, NoStoreBB);
 1235   Builder.SetInsertPoint(NoStoreBB);
 1266     Builder.SetInsertPoint(NoStoreBB, NoStoreBB->begin());
 1266     Builder.SetInsertPoint(NoStoreBB, NoStoreBB->begin());