Searched refs:NonLocalDeps (Results 1 – 2 of 2) sorted by relevance
1082 for (auto &Entry : CacheInfo->NonLocalDeps) in getNonLocalPointerDepFromBB()1085 CacheInfo->NonLocalDeps.clear(); in getNonLocalPointerDepFromBB()1106 for (auto &Entry : CacheInfo->NonLocalDeps) in getNonLocalPointerDepFromBB()1109 CacheInfo->NonLocalDeps.clear(); in getNonLocalPointerDepFromBB()1122 NonLocalDepInfo *Cache = &CacheInfo->NonLocalDeps; in getNonLocalPointerDepFromBB()1381 Cache = &CacheInfo->NonLocalDeps; in getNonLocalPointerDepFromBB()1400 Cache = &CacheInfo->NonLocalDeps; in getNonLocalPointerDepFromBB()1476 NonLocalDepInfo &PInfo = It->second.NonLocalDeps; in removeCachedNonLocalPointerDependencies()1637 NonLocalDepInfo &NLPDI = NonLocalPointerDeps[P].NonLocalDeps; in removeInstruction()1685 for (const auto &Entry : DepKV.second.NonLocalDeps) in verifyRemoved()
297 NonLocalDepInfo NonLocalDeps; member