Searched refs:NonLocalDeps (Results 1 – 2 of 2) sorted by relevance
1065 for (auto &Entry : CacheInfo->NonLocalDeps) in getNonLocalPointerDepFromBB()1068 CacheInfo->NonLocalDeps.clear(); in getNonLocalPointerDepFromBB()1082 for (auto &Entry : CacheInfo->NonLocalDeps) in getNonLocalPointerDepFromBB()1085 CacheInfo->NonLocalDeps.clear(); in getNonLocalPointerDepFromBB()1098 NonLocalDepInfo *Cache = &CacheInfo->NonLocalDeps; in getNonLocalPointerDepFromBB()1357 Cache = &CacheInfo->NonLocalDeps; in getNonLocalPointerDepFromBB()1376 Cache = &CacheInfo->NonLocalDeps; in getNonLocalPointerDepFromBB()1452 NonLocalDepInfo &PInfo = It->second.NonLocalDeps; in removeCachedNonLocalPointerDependencies()1617 NonLocalDepInfo &NLPDI = NLPD.NonLocalDeps; in removeInstruction()1665 for (const auto &Entry : DepKV.second.NonLocalDeps) in verifyRemoved()
296 NonLocalDepInfo NonLocalDeps; member