Lines Matching defs:CallValue
477 // CallValue
484 struct CallValue {
487 CallValue(Instruction *I) : Inst(I) {
520 template <> struct DenseMapInfo<CallValue> {
521 static inline CallValue getEmptyKey() {
525 static inline CallValue getTombstoneKey() {
529 static unsigned getHashValue(CallValue Val);
530 static bool isEqual(CallValue LHS, CallValue RHS);
535 unsigned DenseMapInfo<CallValue>::getHashValue(CallValue Val) {
542 bool DenseMapInfo<CallValue>::isEqual(CallValue LHS, CallValue RHS) {
719 ScopedHashTable<CallValue, std::pair<Instruction *, unsigned>>;
1633 if (CallValue::canHandle(&Inst)) {