Searched refs:NonLocalDeps (Results 1 - 2 of 2) sorted by path

/external/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h169 /// NonLocalDeps map when the instruction they previously referenced was
279 /// NonLocalDeps - The results of the query for each relevant block.
280 NonLocalDepInfo NonLocalDeps; member in struct:llvm::MemoryDependenceAnalysis::NonLocalPointerInfo
313 NonLocalDepMapType NonLocalDeps; member in class:llvm::MemoryDependenceAnalysis
/external/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp72 NonLocalDeps.clear();
636 PerInstNLInfo &CacheP = NonLocalDeps[QueryCS.getInstruction()];
944 for (NonLocalDepInfo::iterator DI = CacheInfo->NonLocalDeps.begin(),
945 DE = CacheInfo->NonLocalDeps.end(); DI != DE; ++DI)
948 CacheInfo->NonLocalDeps.clear();
965 for (NonLocalDepInfo::iterator DI = CacheInfo->NonLocalDeps.begin(),
966 DE = CacheInfo->NonLocalDeps.end(); DI != DE; ++DI)
969 CacheInfo->NonLocalDeps.clear();
978 NonLocalDepInfo *Cache = &CacheInfo->NonLocalDeps;
1212 Cache = &CacheInfo->NonLocalDeps;
[all...]

Completed in 277 milliseconds