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

/external/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp73 NonLocalDeps.clear();
615 PerInstNLInfo &CacheP = NonLocalDeps[QueryCS.getInstruction()];
924 for (NonLocalDepInfo::iterator DI = CacheInfo->NonLocalDeps.begin(),
925 DE = CacheInfo->NonLocalDeps.end(); DI != DE; ++DI)
928 CacheInfo->NonLocalDeps.clear();
945 for (NonLocalDepInfo::iterator DI = CacheInfo->NonLocalDeps.begin(),
946 DE = CacheInfo->NonLocalDeps.end(); DI != DE; ++DI)
949 CacheInfo->NonLocalDeps.clear();
958 NonLocalDepInfo *Cache = &CacheInfo->NonLocalDeps;
1176 Cache = &CacheInfo->NonLocalDeps;
[all...]
/external/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

Completed in 198 milliseconds