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

References

lib/Analysis/MemoryDependenceAnalysis.cpp
 1136         for (auto &Entry : CacheInfo->NonLocalDeps)
 1139         CacheInfo->NonLocalDeps.clear();
 1156         for (auto &Entry : CacheInfo->NonLocalDeps)
 1159         CacheInfo->NonLocalDeps.clear();
 1168   NonLocalDepInfo *Cache = &CacheInfo->NonLocalDeps;
 1419     Cache = &CacheInfo->NonLocalDeps;
 1438       Cache = &CacheInfo->NonLocalDeps;
 1509   NonLocalDepInfo &PInfo = It->second.NonLocalDeps;
 1662       NonLocalDepInfo &NLPDI = NonLocalPointerDeps[P].NonLocalDeps;
 1713     for (const auto &Entry : DepKV.second.NonLocalDeps)