Lines Matching defs:CacheKey
951 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad);
952 RemoveFromReverseMap(ReverseNonLocalPtrDeps, &*ScanPos, CacheKey);
982 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad);
983 ReverseNonLocalPtrDeps[Inst].insert(CacheKey);
1044 ValueIsLoadPair CacheKey(Pointer.getAddr(), isLoad);
1047 // CacheKey, this value will be inserted as the associated value. Otherwise,
1058 // Get the NLPI for CacheKey, inserting one into the map if it doesn't
1061 NonLocalPointerDeps.insert(std::make_pair(CacheKey, InitialNLPI));
1064 // If we already have a cache entry for this CacheKey, we may need to do some
1075 RemoveFromReverseMap(ReverseNonLocalPtrDeps, Inst, CacheKey);
1092 RemoveFromReverseMap(ReverseNonLocalPtrDeps, Inst, CacheKey);
1352 // Since we had a phi translation failure, the cache for CacheKey won't
1357 NonLocalPointerInfo &NLPI = NonLocalPointerDeps[CacheKey];
1364 CacheInfo = &NonLocalPointerDeps[CacheKey];
1383 CacheInfo = &NonLocalPointerDeps[CacheKey];