Searched refs:CallValue (Results 1 – 1 of 1) sorted by relevance
200 struct CallValue { struct203 CallValue(Instruction *I) : Inst(I) { in CallValue() argument226 template <> struct DenseMapInfo<CallValue> {227 static inline CallValue getEmptyKey() { in getEmptyKey()230 static inline CallValue getTombstoneKey() { in getTombstoneKey()233 static unsigned getHashValue(CallValue Val);234 static bool isEqual(CallValue LHS, CallValue RHS);238 unsigned DenseMapInfo<CallValue>::getHashValue(CallValue Val) { in getHashValue()246 bool DenseMapInfo<CallValue>::isEqual(CallValue LHS, CallValue RHS) { in isEqual()321 typedef ScopedHashTable<CallValue, std::pair<Value *, unsigned>> CallHTType;[all …]