Searched refs:CallValue (Results 1 – 1 of 1) sorted by relevance
445 struct CallValue { struct448 CallValue(Instruction *I) : Inst(I) { in CallValue() argument473 template <> struct DenseMapInfo<CallValue> {474 static inline CallValue getEmptyKey() { in getEmptyKey()478 static inline CallValue getTombstoneKey() { in getTombstoneKey()482 static unsigned getHashValue(CallValue Val);483 static bool isEqual(CallValue LHS, CallValue RHS);488 unsigned DenseMapInfo<CallValue>::getHashValue(CallValue Val) { in getHashValue()497 bool DenseMapInfo<CallValue>::isEqual(CallValue LHS, CallValue RHS) { in isEqual()595 ScopedHashTable<CallValue, std::pair<Instruction *, unsigned>>;[all …]