Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp1117 for (auto &Entry : CacheInfo->NonLocalDeps) in getNonLocalPointerDepFromBB()
1120 CacheInfo->NonLocalDeps.clear(); in getNonLocalPointerDepFromBB()
1141 for (auto &Entry : CacheInfo->NonLocalDeps) in getNonLocalPointerDepFromBB()
1144 CacheInfo->NonLocalDeps.clear(); in getNonLocalPointerDepFromBB()
1157 NonLocalDepInfo *Cache = &CacheInfo->NonLocalDeps; in getNonLocalPointerDepFromBB()
1416 Cache = &CacheInfo->NonLocalDeps; in getNonLocalPointerDepFromBB()
1435 Cache = &CacheInfo->NonLocalDeps; in getNonLocalPointerDepFromBB()
1511 NonLocalDepInfo &PInfo = It->second.NonLocalDeps; in removeCachedNonLocalPointerDependencies()
1674 NonLocalDepInfo &NLPDI = NonLocalPointerDeps[P].NonLocalDeps; in removeInstruction()
1722 for (const auto &Entry : DepKV.second.NonLocalDeps) in verifyRemoved()
/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h297 NonLocalDepInfo NonLocalDeps; member