Searched refs:CallValue (Results 1 – 1 of 1) sorted by relevance
440 struct CallValue { struct443 CallValue(Instruction *I) : Inst(I) { in CallValue() function468 template <> struct DenseMapInfo<CallValue> {469 static inline CallValue getEmptyKey() { in getEmptyKey()473 static inline CallValue getTombstoneKey() { in getTombstoneKey()477 static unsigned getHashValue(CallValue Val);478 static bool isEqual(CallValue LHS, CallValue RHS);483 unsigned DenseMapInfo<CallValue>::getHashValue(CallValue Val) { in getHashValue()492 bool DenseMapInfo<CallValue>::isEqual(CallValue LHS, CallValue RHS) { in isEqual()590 ScopedHashTable<CallValue, std::pair<Instruction *, unsigned>>;[all …]