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

References

lib/CodeGen/AtomicExpandPass.cpp
  219     auto LI = dyn_cast<LoadInst>(I);
  220     auto SI = dyn_cast<StoreInst>(I);
  221     auto RMWI = dyn_cast<AtomicRMWInst>(I);
  222     auto CASI = dyn_cast<AtomicCmpXchgInst>(I);
  252     if (TLI->shouldInsertFencesForAtomic(I)) {
  279         MadeChange |= bracketInstWithFences(I, FenceOrdering);