Home
last modified time | relevance | path

Searched refs:NonLocalDeps (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp1087 for (auto &Entry : CacheInfo->NonLocalDeps) in getNonLocalPointerDepFromBB()
1090 CacheInfo->NonLocalDeps.clear(); in getNonLocalPointerDepFromBB()
1111 for (auto &Entry : CacheInfo->NonLocalDeps) in getNonLocalPointerDepFromBB()
1114 CacheInfo->NonLocalDeps.clear(); in getNonLocalPointerDepFromBB()
1127 NonLocalDepInfo *Cache = &CacheInfo->NonLocalDeps; in getNonLocalPointerDepFromBB()
1387 Cache = &CacheInfo->NonLocalDeps; in getNonLocalPointerDepFromBB()
1406 Cache = &CacheInfo->NonLocalDeps; in getNonLocalPointerDepFromBB()
1482 NonLocalDepInfo &PInfo = It->second.NonLocalDeps; in removeCachedNonLocalPointerDependencies()
1645 NonLocalDepInfo &NLPDI = NonLocalPointerDeps[P].NonLocalDeps; in removeInstruction()
1696 for (const auto &Entry : DepKV.second.NonLocalDeps) in verifyRemoved()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h289 NonLocalDepInfo NonLocalDeps; member