Lines Matching refs:CacheKey
1041 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad);
1042 RemoveFromReverseMap(ReverseNonLocalPtrDeps, &*ScanPos, CacheKey);
1068 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad);
1069 ReverseNonLocalPtrDeps[Inst].insert(CacheKey);
1127 ValueIsLoadPair CacheKey(Pointer.getAddr(), isLoad);
1130 // CacheKey, this value will be inserted as the associated value. Otherwise,
1137 // Get the NLPI for CacheKey, inserting one into the map if it doesn't
1140 NonLocalPointerDeps.insert(std::make_pair(CacheKey, InitialNLPI));
1143 // If we already have a cache entry for this CacheKey, we may need to do some
1154 RemoveFromReverseMap(ReverseNonLocalPtrDeps, Inst, CacheKey);
1175 RemoveFromReverseMap(ReverseNonLocalPtrDeps, Inst, CacheKey);
1424 // Since we had a phi translation failure, the cache for CacheKey won't
1429 NonLocalPointerInfo &NLPI = NonLocalPointerDeps[CacheKey];
1436 CacheInfo = &NonLocalPointerDeps[CacheKey];
1455 CacheInfo = &NonLocalPointerDeps[CacheKey];