HomeSort by: relevance | last modified time | path
    Searched refs:NonLocalDeps (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp 720 PerInstNLInfo &CacheP = NonLocalDeps[QueryCall];
1087 for (auto &Entry : CacheInfo->NonLocalDeps)
1090 CacheInfo->NonLocalDeps.clear();
1111 for (auto &Entry : CacheInfo->NonLocalDeps)
1114 CacheInfo->NonLocalDeps.clear();
1127 NonLocalDepInfo *Cache = &CacheInfo->NonLocalDeps;
1388 Cache = &CacheInfo->NonLocalDeps;
1407 Cache = &CacheInfo->NonLocalDeps;
1483 NonLocalDepInfo &PInfo = It->second.NonLocalDeps;
1518 NonLocalDepMapType::iterator NLDI = NonLocalDeps.find(RemInst)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 54 /// Entries with this marker occur in a LocalDeps map or NonLocalDeps map
302 NonLocalDepInfo NonLocalDeps;
347 NonLocalDepMapType NonLocalDeps;

Completed in 30 milliseconds