Lines Matching refs:CallValue
258 struct CallValue { struct
261 CallValue(Instruction *I) : Inst(I) { in CallValue() function
286 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>>;
1030 if (CallValue::canHandle(Inst)) { in processNode()