Lines Matching defs:CallValue
476 // CallValue
483 struct CallValue {
486 CallValue(Instruction *I) : Inst(I) {
519 template <> struct DenseMapInfo<CallValue> {
520 static inline CallValue getEmptyKey() {
524 static inline CallValue getTombstoneKey() {
528 static unsigned getHashValue(CallValue Val);
529 static bool isEqual(CallValue LHS, CallValue RHS);
534 unsigned DenseMapInfo<CallValue>::getHashValue(CallValue Val) {
541 bool DenseMapInfo<CallValue>::isEqual(CallValue LHS, CallValue RHS) {
718 ScopedHashTable<CallValue, std::pair<Instruction *, unsigned>>;
1622 if (CallValue::canHandle(&Inst)) {