Searched refs:ReachabilityQueryInfo (Results 1 – 1 of 1) sorted by relevance
3372 template <typename ToTy> struct ReachabilityQueryInfo { struct3394 return const_cast<ReachabilityQueryInfo<ToTy> *>(this)->Hash = in computeHashValue() argument3399 ReachabilityQueryInfo(const Instruction *From, const ToTy *To) in ReachabilityQueryInfo() function3404 ReachabilityQueryInfo(Attributor &A, const Instruction &From, const ToTy &To, in ReachabilityQueryInfo() argument3415 ReachabilityQueryInfo(const ReachabilityQueryInfo &RQI) in ReachabilityQueryInfo() argument3420 template <typename ToTy> struct DenseMapInfo<ReachabilityQueryInfo<ToTy> *> {3424 static ReachabilityQueryInfo<ToTy> EmptyKey;3425 static ReachabilityQueryInfo<ToTy> TombstoneKey;3427 static inline ReachabilityQueryInfo<ToTy> *getEmptyKey() { return &EmptyKey; } in getEmptyKey()3428 static inline ReachabilityQueryInfo<ToTy> *getTombstoneKey() { in getTombstoneKey()[all …]