Searched refs:CallValue (Results 1 – 1 of 1) sorted by relevance
483 struct CallValue { struct486 CallValue(Instruction *I) : Inst(I) { in CallValue() function519 template <> struct DenseMapInfo<CallValue> {520 static inline CallValue getEmptyKey() { in getEmptyKey()524 static inline CallValue getTombstoneKey() { in getTombstoneKey()528 static unsigned getHashValue(CallValue Val);529 static bool isEqual(CallValue LHS, CallValue RHS);534 unsigned DenseMapInfo<CallValue>::getHashValue(CallValue Val) { in getHashValue()541 bool DenseMapInfo<CallValue>::isEqual(CallValue LHS, CallValue RHS) { in isEqual()718 ScopedHashTable<CallValue, std::pair<Instruction *, unsigned>>;[all …]