Searched refs:const_histogram_value (Results 1 – 4 of 4) sorted by relevance
68 typedef const struct histogram_value_t *const_histogram_value; typedef
109 return htab_hash_pointer (((const_histogram_value)x)->hvalue.stmt); in histogram_hash()117 return ((const_histogram_value) x)->hvalue.stmt == (const_gimple) y; in histogram_eq()
70 typedef const struct histogram_value_t *const_histogram_value; typedef
131 return htab_hash_pointer (((const_histogram_value)x)->hvalue.stmt); in histogram_hash()139 return ((const_histogram_value) x)->hvalue.stmt == (const gimple *) y; in histogram_eq()