Searched refs:CallValue (Results 1 – 1 of 1) sorted by relevance
456 struct CallValue { struct459 CallValue(Instruction *I) : Inst(I) { in CallValue() function492 template <> struct DenseMapInfo<CallValue> {493 static inline CallValue getEmptyKey() { in getEmptyKey()497 static inline CallValue getTombstoneKey() { in getTombstoneKey()501 static unsigned getHashValue(CallValue Val);502 static bool isEqual(CallValue LHS, CallValue RHS);507 unsigned DenseMapInfo<CallValue>::getHashValue(CallValue Val) { in getHashValue()516 bool DenseMapInfo<CallValue>::isEqual(CallValue LHS, CallValue RHS) { in isEqual()614 ScopedHashTable<CallValue, std::pair<Instruction *, unsigned>>;[all …]