Searched refs:LVIValueHandle (Results 1 – 1 of 1) sorted by relevance
295 struct LVIValueHandle : public CallbackVH { struct298 LVIValueHandle(Value *V, LazyValueInfoCache *P) in LVIValueHandle() argument310 struct DenseMapInfo<LVIValueHandle> {312 static inline LVIValueHandle getEmptyKey() { in getEmptyKey()313 return LVIValueHandle(PointerInfo::getEmptyKey(), in getEmptyKey()316 static inline LVIValueHandle getTombstoneKey() { in getTombstoneKey()317 return LVIValueHandle(PointerInfo::getTombstoneKey(), in getTombstoneKey()320 static unsigned getHashValue(const LVIValueHandle &Val) { in getHashValue()323 static bool isEqual(const LVIValueHandle &LHS, const LVIValueHandle &RHS) { in isEqual()363 DenseMap<LVIValueHandle, ValueCacheEntryTy> ValueCache;[all …]