Searched refs:NonLocalDeps (Results 1 – 2 of 2) sorted by relevance
1087 for (auto &Entry : CacheInfo->NonLocalDeps) in getNonLocalPointerDepFromBB()1090 CacheInfo->NonLocalDeps.clear(); in getNonLocalPointerDepFromBB()1111 for (auto &Entry : CacheInfo->NonLocalDeps) in getNonLocalPointerDepFromBB()1114 CacheInfo->NonLocalDeps.clear(); in getNonLocalPointerDepFromBB()1127 NonLocalDepInfo *Cache = &CacheInfo->NonLocalDeps; in getNonLocalPointerDepFromBB()1387 Cache = &CacheInfo->NonLocalDeps; in getNonLocalPointerDepFromBB()1406 Cache = &CacheInfo->NonLocalDeps; in getNonLocalPointerDepFromBB()1482 NonLocalDepInfo &PInfo = It->second.NonLocalDeps; in removeCachedNonLocalPointerDependencies()1645 NonLocalDepInfo &NLPDI = NonLocalPointerDeps[P].NonLocalDeps; in removeInstruction()1696 for (const auto &Entry : DepKV.second.NonLocalDeps) in verifyRemoved()
289 NonLocalDepInfo NonLocalDeps; member