Lines Matching refs:CacheKey
963 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad);
964 RemoveFromReverseMap(ReverseNonLocalPtrDeps, &*ScanPos, CacheKey);
990 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad);
991 ReverseNonLocalPtrDeps[Inst].insert(CacheKey);
1051 ValueIsLoadPair CacheKey(Pointer.getAddr(), isLoad);
1054 // CacheKey, this value will be inserted as the associated value. Otherwise,
1061 // Get the NLPI for CacheKey, inserting one into the map if it doesn't
1064 NonLocalPointerDeps.insert(std::make_pair(CacheKey, InitialNLPI));
1067 // If we already have a cache entry for this CacheKey, we may need to do some
1077 RemoveFromReverseMap(ReverseNonLocalPtrDeps, Inst, CacheKey);
1096 RemoveFromReverseMap(ReverseNonLocalPtrDeps, Inst, CacheKey);
1344 // Since we had a phi translation failure, the cache for CacheKey won't
1349 NonLocalPointerInfo &NLPI = NonLocalPointerDeps[CacheKey];
1356 CacheInfo = &NonLocalPointerDeps[CacheKey];
1375 CacheInfo = &NonLocalPointerDeps[CacheKey];