Searched refs:NonLocalDeps (Results 1 – 2 of 2) sorted by relevance
1117 for (auto &Entry : CacheInfo->NonLocalDeps) in getNonLocalPointerDepFromBB()1120 CacheInfo->NonLocalDeps.clear(); in getNonLocalPointerDepFromBB()1141 for (auto &Entry : CacheInfo->NonLocalDeps) in getNonLocalPointerDepFromBB()1144 CacheInfo->NonLocalDeps.clear(); in getNonLocalPointerDepFromBB()1157 NonLocalDepInfo *Cache = &CacheInfo->NonLocalDeps; in getNonLocalPointerDepFromBB()1416 Cache = &CacheInfo->NonLocalDeps; in getNonLocalPointerDepFromBB()1435 Cache = &CacheInfo->NonLocalDeps; in getNonLocalPointerDepFromBB()1511 NonLocalDepInfo &PInfo = It->second.NonLocalDeps; in removeCachedNonLocalPointerDependencies()1674 NonLocalDepInfo &NLPDI = NonLocalPointerDeps[P].NonLocalDeps; in removeInstruction()1722 for (const auto &Entry : DepKV.second.NonLocalDeps) in verifyRemoved()
297 NonLocalDepInfo NonLocalDeps; member