Lines Matching defs:CacheKey
980 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad);
981 RemoveFromReverseMap(ReverseNonLocalPtrDeps, &*ScanPos, CacheKey);
1011 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad);
1012 ReverseNonLocalPtrDeps[Inst].insert(CacheKey);
1073 ValueIsLoadPair CacheKey(Pointer.getAddr(), isLoad);
1076 // CacheKey, this value will be inserted as the associated value. Otherwise,
1087 // Get the NLPI for CacheKey, inserting one into the map if it doesn't
1090 NonLocalPointerDeps.insert(std::make_pair(CacheKey, InitialNLPI));
1093 // If we already have a cache entry for this CacheKey, we may need to do some
1119 RemoveFromReverseMap(ReverseNonLocalPtrDeps, Inst, CacheKey);
1143 RemoveFromReverseMap(ReverseNonLocalPtrDeps, Inst, CacheKey);
1403 // Since we had a phi translation failure, the cache for CacheKey won't
1408 NonLocalPointerInfo &NLPI = NonLocalPointerDeps[CacheKey];
1415 CacheInfo = &NonLocalPointerDeps[CacheKey];
1434 CacheInfo = &NonLocalPointerDeps[CacheKey];