Searched refs:CallValue (Results 1 – 2 of 2) sorted by relevance
139 struct CallValue { struct142 CallValue(Instruction *I) : Inst(I) { in CallValue() argument166 template<> struct isPodLike<CallValue> {170 template<> struct DenseMapInfo<CallValue> {171 static inline CallValue getEmptyKey() { in getEmptyKey()174 static inline CallValue getTombstoneKey() { in getTombstoneKey()177 static unsigned getHashValue(CallValue Val);178 static bool isEqual(CallValue LHS, CallValue RHS);181 unsigned DenseMapInfo<CallValue>::getHashValue(CallValue Val) { in getHashValue()195 bool DenseMapInfo<CallValue>::isEqual(CallValue LHS, CallValue RHS) { in isEqual()[all …]
183 struct CallValue { struct186 CallValue(Instruction *I) : Inst(I) { in CallValue() argument209 template <> struct DenseMapInfo<CallValue> {210 static inline CallValue getEmptyKey() { in getEmptyKey()213 static inline CallValue getTombstoneKey() { in getTombstoneKey()216 static unsigned getHashValue(CallValue Val);217 static bool isEqual(CallValue LHS, CallValue RHS);221 unsigned DenseMapInfo<CallValue>::getHashValue(CallValue Val) { in getHashValue()229 bool DenseMapInfo<CallValue>::isEqual(CallValue LHS, CallValue RHS) { in isEqual()306 typedef ScopedHashTable<CallValue, std::pair<Instruction *, unsigned>>[all …]