Searched refs:ReachabilityQueryInfo (Results 1 – 1 of 1) sorted by relevance
3408 template <typename ToTy> struct ReachabilityQueryInfo { struct3423 ReachabilityQueryInfo(const Instruction *From, const ToTy *To) in ReachabilityQueryInfo() function3428 ReachabilityQueryInfo(Attributor &A, const Instruction &From, const ToTy &To, in ReachabilityQueryInfo() argument3440 ReachabilityQueryInfo(const ReachabilityQueryInfo &RQI) in ReachabilityQueryInfo() function3448 template <typename ToTy> struct DenseMapInfo<ReachabilityQueryInfo<ToTy> *> {3452 static ReachabilityQueryInfo<ToTy> EmptyKey;3453 static ReachabilityQueryInfo<ToTy> TombstoneKey;3455 static inline ReachabilityQueryInfo<ToTy> *getEmptyKey() { return &EmptyKey; } in getEmptyKey()3456 static inline ReachabilityQueryInfo<ToTy> *getTombstoneKey() { in getTombstoneKey()3459 static unsigned getHashValue(const ReachabilityQueryInfo<ToTy> *RQI) { in getHashValue()[all …]