Lines Matching refs:NonLocalDeps
785 PerInstNLInfo &CacheP = NonLocalDeps[QueryCall]; in getNonLocalCallDependency()
1132 for (auto &Entry : CacheInfo->NonLocalDeps) in getNonLocalPointerDepFromBB()
1135 CacheInfo->NonLocalDeps.clear(); in getNonLocalPointerDepFromBB()
1152 for (auto &Entry : CacheInfo->NonLocalDeps) in getNonLocalPointerDepFromBB()
1155 CacheInfo->NonLocalDeps.clear(); in getNonLocalPointerDepFromBB()
1164 NonLocalDepInfo *Cache = &CacheInfo->NonLocalDeps; in getNonLocalPointerDepFromBB()
1415 Cache = &CacheInfo->NonLocalDeps; in getNonLocalPointerDepFromBB()
1434 Cache = &CacheInfo->NonLocalDeps; in getNonLocalPointerDepFromBB()
1505 NonLocalDepInfo &PInfo = It->second.NonLocalDeps; in RemoveCachedNonLocalPointerDependencies()
1540 NonLocalDepMapType::iterator NLDI = NonLocalDeps.find(RemInst); in removeInstruction()
1541 if (NLDI != NonLocalDeps.end()) { in removeInstruction()
1546 NonLocalDeps.erase(NLDI); in removeInstruction()
1620 PerInstNLInfo &INLD = NonLocalDeps[I]; in removeInstruction()
1658 NonLocalDepInfo &NLPDI = NonLocalPointerDeps[P].NonLocalDeps; in removeInstruction()
1692 assert(!NonLocalDeps.count(RemInst) && "RemInst got reinserted?"); in removeInstruction()
1709 for (const auto &Entry : DepKV.second.NonLocalDeps) in verifyRemoved()
1713 for (const auto &DepKV : NonLocalDeps) { in verifyRemoved()