Lines Matching defs:Hash
12 // A hash is computed from the function, based on its type and number of
17 // important that the hash function be high quality. The equality comparison
75 /// Creates a hash-code for the function which is the same for any two
103 : Func(Func), Hash(profileFunction(Func)), TD(TD) {}
106 unsigned getHash() const { return Hash; }
118 explicit ComparableFunction(unsigned Hash)
119 : Func(NULL), Hash(Hash), TD(NULL) {}
122 unsigned Hash;
463 // in the hash first.