Searched refs:CallValue (Results 1 – 1 of 1) sorted by relevance
258 struct CallValue { struct261 CallValue(Instruction *I) : Inst(I) { in CallValue() function286 template <> struct DenseMapInfo<CallValue> {287 static inline CallValue getEmptyKey() { in getEmptyKey()291 static inline CallValue getTombstoneKey() { in getTombstoneKey()295 static unsigned getHashValue(CallValue Val);296 static bool isEqual(CallValue LHS, CallValue RHS);301 unsigned DenseMapInfo<CallValue>::getHashValue(CallValue Val) { in getHashValue()309 bool DenseMapInfo<CallValue>::isEqual(CallValue LHS, CallValue RHS) { in isEqual()406 ScopedHashTable<CallValue, std::pair<Instruction *, unsigned>>;[all …]