Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp1065 for (auto &Entry : CacheInfo->NonLocalDeps) in getNonLocalPointerDepFromBB()
1068 CacheInfo->NonLocalDeps.clear(); in getNonLocalPointerDepFromBB()
1082 for (auto &Entry : CacheInfo->NonLocalDeps) in getNonLocalPointerDepFromBB()
1085 CacheInfo->NonLocalDeps.clear(); in getNonLocalPointerDepFromBB()
1098 NonLocalDepInfo *Cache = &CacheInfo->NonLocalDeps; in getNonLocalPointerDepFromBB()
1357 Cache = &CacheInfo->NonLocalDeps; in getNonLocalPointerDepFromBB()
1376 Cache = &CacheInfo->NonLocalDeps; in getNonLocalPointerDepFromBB()
1452 NonLocalDepInfo &PInfo = It->second.NonLocalDeps; in removeCachedNonLocalPointerDependencies()
1617 NonLocalDepInfo &NLPDI = NLPD.NonLocalDeps; in removeInstruction()
1665 for (const auto &Entry : DepKV.second.NonLocalDeps) in verifyRemoved()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h296 NonLocalDepInfo NonLocalDeps; member