Searched refs:NonLocalDeps (Results 1 – 2 of 2) sorted by relevance
1078 for (auto &Entry : CacheInfo->NonLocalDeps) in getNonLocalPointerDepFromBB()1081 CacheInfo->NonLocalDeps.clear(); in getNonLocalPointerDepFromBB()1102 for (auto &Entry : CacheInfo->NonLocalDeps) in getNonLocalPointerDepFromBB()1105 CacheInfo->NonLocalDeps.clear(); in getNonLocalPointerDepFromBB()1118 NonLocalDepInfo *Cache = &CacheInfo->NonLocalDeps; in getNonLocalPointerDepFromBB()1377 Cache = &CacheInfo->NonLocalDeps; in getNonLocalPointerDepFromBB()1396 Cache = &CacheInfo->NonLocalDeps; in getNonLocalPointerDepFromBB()1472 NonLocalDepInfo &PInfo = It->second.NonLocalDeps; in removeCachedNonLocalPointerDependencies()1635 NonLocalDepInfo &NLPDI = NonLocalPointerDeps[P].NonLocalDeps; in removeInstruction()1686 for (const auto &Entry : DepKV.second.NonLocalDeps) in verifyRemoved()
290 NonLocalDepInfo NonLocalDeps; member