Lines Matching refs:CallValue
445 struct CallValue { struct
448 CallValue(Instruction *I) : Inst(I) { in CallValue() function
473 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>>;
1445 if (CallValue::canHandle(&Inst)) { in processNode()