Lines Matching refs:ReachabilityQueryInfo
3369 template <typename ToTy> struct ReachabilityQueryInfo { struct
3391 return const_cast<ReachabilityQueryInfo<ToTy> *>(this)->Hash = in computeHashValue() argument
3396 ReachabilityQueryInfo(const Instruction *From, const ToTy *To) in ReachabilityQueryInfo() argument
3401 ReachabilityQueryInfo(Attributor &A, const Instruction &From, const ToTy &To, in ReachabilityQueryInfo() argument
3412 ReachabilityQueryInfo(const ReachabilityQueryInfo &RQI) in ReachabilityQueryInfo() argument
3417 template <typename ToTy> struct DenseMapInfo<ReachabilityQueryInfo<ToTy> *> {
3421 static ReachabilityQueryInfo<ToTy> EmptyKey;
3422 static ReachabilityQueryInfo<ToTy> TombstoneKey;
3424 static inline ReachabilityQueryInfo<ToTy> *getEmptyKey() { return &EmptyKey; } in getEmptyKey()
3425 static inline ReachabilityQueryInfo<ToTy> *getTombstoneKey() { in getTombstoneKey()
3428 static unsigned getHashValue(const ReachabilityQueryInfo<ToTy> *RQI) { in getHashValue()
3431 static bool isEqual(const ReachabilityQueryInfo<ToTy> *LHS, in isEqual()
3432 const ReachabilityQueryInfo<ToTy> *RHS) { in isEqual()
3441 ReachabilityQueryInfo<ToTy> \
3442 DenseMapInfo<ReachabilityQueryInfo<ToTy> *>::EmptyKey = \
3443 ReachabilityQueryInfo<ToTy>( \
3447 ReachabilityQueryInfo<ToTy> \
3448 DenseMapInfo<ReachabilityQueryInfo<ToTy> *>::TombstoneKey = \
3449 ReachabilityQueryInfo<ToTy>( \
3462 using RQITy = ReachabilityQueryInfo<ToTy>;