Lines Matching refs:CallValue
411 struct CallValue { struct
414 CallValue(Instruction *I) : Inst(I) { in CallValue() function
439 template <> struct DenseMapInfo<CallValue> {
440 static inline CallValue getEmptyKey() { in getEmptyKey()
444 static inline CallValue getTombstoneKey() { in getTombstoneKey()
448 static unsigned getHashValue(CallValue Val);
449 static bool isEqual(CallValue LHS, CallValue RHS);
454 unsigned DenseMapInfo<CallValue>::getHashValue(CallValue Val) { in getHashValue()
470 bool DenseMapInfo<CallValue>::isEqual(CallValue LHS, CallValue RHS) { in isEqual()
575 ScopedHashTable<CallValue, std::pair<Instruction *, unsigned>>;
1412 if (CallValue::canHandle(&Inst)) { in processNode()