Searched refs:NonLocalDeps (Results 1 - 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp74 NonLocalDeps.clear();
593 PerInstNLInfo &CacheP = NonLocalDeps[QueryCS.getInstruction()];
902 for (NonLocalDepInfo::iterator DI = CacheInfo->NonLocalDeps.begin(),
903 DE = CacheInfo->NonLocalDeps.end(); DI != DE; ++DI)
906 CacheInfo->NonLocalDeps.clear();
923 for (NonLocalDepInfo::iterator DI = CacheInfo->NonLocalDeps.begin(),
924 DE = CacheInfo->NonLocalDeps.end(); DI != DE; ++DI)
927 CacheInfo->NonLocalDeps.clear();
936 NonLocalDepInfo *Cache = &CacheInfo->NonLocalDeps;
1154 Cache = &CacheInfo->NonLocalDeps;
[all...]
/external/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp751 PerInstNLInfo &CacheP = NonLocalDeps[QueryCS.getInstruction()];
1075 for (auto &Entry : CacheInfo->NonLocalDeps)
1078 CacheInfo->NonLocalDeps.clear();
1094 for (auto &Entry : CacheInfo->NonLocalDeps)
1097 CacheInfo->NonLocalDeps.clear();
1106 NonLocalDepInfo *Cache = &CacheInfo->NonLocalDeps;
1357 Cache = &CacheInfo->NonLocalDeps;
1376 Cache = &CacheInfo->NonLocalDeps;
1427 NonLocalDepInfo &PInfo = It->second.NonLocalDeps;
1460 NonLocalDepMapType::iterator NLDI = NonLocalDeps
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h170 /// NonLocalDeps map when the instruction they previously referenced was
280 /// NonLocalDeps - The results of the query for each relevant block.
281 NonLocalDepInfo NonLocalDeps; member in struct:llvm::MemoryDependenceAnalysis::NonLocalPointerInfo
313 NonLocalDepMapType NonLocalDeps; member in class:llvm::MemoryDependenceAnalysis
/external/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h44 /// Entries with this marker occur in a LocalDeps map or NonLocalDeps map
292 NonLocalDepInfo NonLocalDeps; member in struct:llvm::MemoryDependenceResults::NonLocalPointerInfo
329 NonLocalDepMapType NonLocalDeps; member in class:llvm::MemoryDependenceResults

Completed in 512 milliseconds