Lines Matching refs:NonLocalDeps

77   NonLocalDeps.clear();  in releaseMemory()
740 PerInstNLInfo &CacheP = NonLocalDeps[QueryCS.getInstruction()]; in getNonLocalCallDependency()
1078 for (NonLocalDepInfo::iterator DI = CacheInfo->NonLocalDeps.begin(), in getNonLocalPointerDepFromBB()
1079 DE = CacheInfo->NonLocalDeps.end(); DI != DE; ++DI) in getNonLocalPointerDepFromBB()
1082 CacheInfo->NonLocalDeps.clear(); in getNonLocalPointerDepFromBB()
1099 for (NonLocalDepInfo::iterator DI = CacheInfo->NonLocalDeps.begin(), in getNonLocalPointerDepFromBB()
1100 DE = CacheInfo->NonLocalDeps.end(); DI != DE; ++DI) in getNonLocalPointerDepFromBB()
1103 CacheInfo->NonLocalDeps.clear(); in getNonLocalPointerDepFromBB()
1113 NonLocalDepInfo *Cache = &CacheInfo->NonLocalDeps; in getNonLocalPointerDepFromBB()
1366 Cache = &CacheInfo->NonLocalDeps; in getNonLocalPointerDepFromBB()
1385 Cache = &CacheInfo->NonLocalDeps; in getNonLocalPointerDepFromBB()
1433 NonLocalDepInfo &PInfo = It->second.NonLocalDeps; in RemoveCachedNonLocalPointerDependencies()
1477 NonLocalDepMapType::iterator NLDI = NonLocalDeps.find(RemInst); in removeInstruction()
1478 if (NLDI != NonLocalDeps.end()) { in removeInstruction()
1484 NonLocalDeps.erase(NLDI); in removeInstruction()
1559 PerInstNLInfo &INLD = NonLocalDeps[I]; in removeInstruction()
1596 NonLocalDepInfo &NLPDI = NonLocalPointerDeps[P].NonLocalDeps; in removeInstruction()
1628 assert(!NonLocalDeps.count(RemInst) && "RemInst got reinserted?"); in removeInstruction()
1647 const NonLocalDepInfo &Val = I->second.NonLocalDeps; in verifyRemoved()
1653 for (NonLocalDepMapType::const_iterator I = NonLocalDeps.begin(), in verifyRemoved()
1654 E = NonLocalDeps.end(); I != E; ++I) { in verifyRemoved()