Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp790 PerInstNLInfo &CacheP = NonLocalDeps[QueryCall]; in getNonLocalCallDependency()
1137 for (auto &Entry : CacheInfo->NonLocalDeps) in getNonLocalPointerDepFromBB()
1140 CacheInfo->NonLocalDeps.clear(); in getNonLocalPointerDepFromBB()
1157 for (auto &Entry : CacheInfo->NonLocalDeps) in getNonLocalPointerDepFromBB()
1160 CacheInfo->NonLocalDeps.clear(); in getNonLocalPointerDepFromBB()
1169 NonLocalDepInfo *Cache = &CacheInfo->NonLocalDeps; in getNonLocalPointerDepFromBB()
1420 Cache = &CacheInfo->NonLocalDeps; in getNonLocalPointerDepFromBB()
1439 Cache = &CacheInfo->NonLocalDeps; in getNonLocalPointerDepFromBB()
1510 NonLocalDepInfo &PInfo = It->second.NonLocalDeps; in RemoveCachedNonLocalPointerDependencies()
1545 NonLocalDepMapType::iterator NLDI = NonLocalDeps.find(RemInst); in removeInstruction()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h301 NonLocalDepInfo NonLocalDeps; member
346 NonLocalDepMapType NonLocalDeps; variable