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

References

lib/Transforms/Utils/InlineFunction.cpp
  985       if (const LoadInst *LI = dyn_cast<LoadInst>(I))
  987       else if (const StoreInst *SI = dyn_cast<StoreInst>(I))
  989       else if (const VAArgInst *VAAI = dyn_cast<VAArgInst>(I))
  991       else if (const AtomicCmpXchgInst *CXI = dyn_cast<AtomicCmpXchgInst>(I))
  993       else if (const AtomicRMWInst *RMWI = dyn_cast<AtomicRMWInst>(I))
  995       else if (const auto *Call = dyn_cast<CallBase>(I)) {
 1100                                    /* StoreCaptures */ false, I, &DT)))