Home
last modified time | relevance | path

Searched refs:ReachabilityQueryInfo (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp3414 template <typename ToTy> struct ReachabilityQueryInfo { struct
3436 return const_cast<ReachabilityQueryInfo<ToTy> *>(this)->Hash = in computeHashValue() argument
3441 ReachabilityQueryInfo(const Instruction *From, const ToTy *To) in ReachabilityQueryInfo() function
3446 ReachabilityQueryInfo(Attributor &A, const Instruction &From, const ToTy &To, in ReachabilityQueryInfo() argument
3457 ReachabilityQueryInfo(const ReachabilityQueryInfo &RQI) in ReachabilityQueryInfo() function
3462 template <typename ToTy> struct DenseMapInfo<ReachabilityQueryInfo<ToTy> *> {
3466 static ReachabilityQueryInfo<ToTy> EmptyKey;
3467 static ReachabilityQueryInfo<ToTy> TombstoneKey;
3469 static inline ReachabilityQueryInfo<ToTy> *getEmptyKey() { return &EmptyKey; } in getEmptyKey()
3470 static inline ReachabilityQueryInfo<ToTy> *getTombstoneKey() { in getTombstoneKey()
[all …]