Home
last modified time | relevance | path

Searched refs:const_histogram_value (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dvalue-prof.h68 typedef const struct histogram_value_t *const_histogram_value; typedef
H A Dvalue-prof.c109 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()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dvalue-prof.h70 typedef const struct histogram_value_t *const_histogram_value; typedef
H A Dvalue-prof.c131 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()