Lines Matching refs:CallValue
440 struct CallValue { struct
443 CallValue(Instruction *I) : Inst(I) { in CallValue() function
468 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>>;
1475 if (CallValue::canHandle(&Inst)) { in processNode()