Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp785 PerInstNLInfo &CacheP = NonLocalDeps[QueryCall]; in getNonLocalCallDependency()
1132 for (auto &Entry : CacheInfo->NonLocalDeps) in getNonLocalPointerDepFromBB()
1135 CacheInfo->NonLocalDeps.clear(); in getNonLocalPointerDepFromBB()
1152 for (auto &Entry : CacheInfo->NonLocalDeps) in getNonLocalPointerDepFromBB()
1155 CacheInfo->NonLocalDeps.clear(); in getNonLocalPointerDepFromBB()
1415 Cache = &CacheInfo->NonLocalDeps; in getNonLocalPointerDepFromBB()
1434 Cache = &CacheInfo->NonLocalDeps; in getNonLocalPointerDepFromBB()
1541 if (NLDI != NonLocalDeps.end()) { in removeInstruction()
1546 NonLocalDeps.erase(NLDI); in removeInstruction()
1620 PerInstNLInfo &INLD = NonLocalDeps[I]; in removeInstruction()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h302 NonLocalDepInfo NonLocalDeps; member
347 NonLocalDepMapType NonLocalDeps; variable