Searched refs:NonLocalPointerDeps (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp72 NonLocalPointerDeps.clear();
928 NonLocalPointerDeps.insert(std::make_pair(CacheKey, InitialNLPI));
1196 // queries. Mark this in NonLocalPointerDeps by setting the
1199 NonLocalPointerInfo &NLPI = NonLocalPointerDeps[CacheKey];
1206 CacheInfo = &NonLocalPointerDeps[CacheKey];
1225 CacheInfo = &NonLocalPointerDeps[CacheKey];
1269 NonLocalPointerDeps.find(P);
1270 if (It == NonLocalPointerDeps.end()) return;
1285 // Remove P from NonLocalPointerDeps (which deletes NonLocalDepInfo).
1286 NonLocalPointerDeps
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h297 CachedNonLocalPointerInfo NonLocalPointerDeps; member in class:llvm::MemoryDependenceAnalysis

Completed in 168 milliseconds