Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp3408 template <typename ToTy> struct ReachabilityQueryInfo { struct
3423 ReachabilityQueryInfo(const Instruction *From, const ToTy *To) in ReachabilityQueryInfo() function
3428 ReachabilityQueryInfo(Attributor &A, const Instruction &From, const ToTy &To, in ReachabilityQueryInfo() argument
3440 ReachabilityQueryInfo(const ReachabilityQueryInfo &RQI) in ReachabilityQueryInfo() function
3448 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 …]