Searched refs:ReachabilityQueryInfo (Results 1 – 1 of 1) sorted by relevance
3369 template <typename ToTy> struct ReachabilityQueryInfo { struct3391 return const_cast<ReachabilityQueryInfo<ToTy> *>(this)->Hash = in computeHashValue() argument3396 ReachabilityQueryInfo(const Instruction *From, const ToTy *To) in ReachabilityQueryInfo() argument3412 ReachabilityQueryInfo(const ReachabilityQueryInfo &RQI) in ReachabilityQueryInfo() argument3421 static ReachabilityQueryInfo<ToTy> EmptyKey;3422 static ReachabilityQueryInfo<ToTy> TombstoneKey;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()[all …]