Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp1082 for (auto &Entry : CacheInfo->NonLocalDeps) in getNonLocalPointerDepFromBB()
1085 CacheInfo->NonLocalDeps.clear(); in getNonLocalPointerDepFromBB()
1106 for (auto &Entry : CacheInfo->NonLocalDeps) in getNonLocalPointerDepFromBB()
1109 CacheInfo->NonLocalDeps.clear(); in getNonLocalPointerDepFromBB()
1122 NonLocalDepInfo *Cache = &CacheInfo->NonLocalDeps; in getNonLocalPointerDepFromBB()
1381 Cache = &CacheInfo->NonLocalDeps; in getNonLocalPointerDepFromBB()
1400 Cache = &CacheInfo->NonLocalDeps; in getNonLocalPointerDepFromBB()
1476 NonLocalDepInfo &PInfo = It->second.NonLocalDeps; in removeCachedNonLocalPointerDependencies()
1637 NonLocalDepInfo &NLPDI = NonLocalPointerDeps[P].NonLocalDeps; in removeInstruction()
1685 for (const auto &Entry : DepKV.second.NonLocalDeps) in verifyRemoved()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h297 NonLocalDepInfo NonLocalDeps; member