Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dvalue-prof.h67 typedef const struct histogram_value_t *const_histogram_value; typedef
H A Dvalue-prof.cc129 return htab_hash_pointer (((const_histogram_value)x)->hvalue.stmt); in histogram_hash()
137 return ((const_histogram_value) x)->hvalue.stmt == (const gimple *) y; in histogram_eq()
H A DChangeLog-200714068 * value-prof.h (const_histogram_value): New.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dvalue-prof.h67 typedef const struct histogram_value_t *const_histogram_value; typedef
H A Dvalue-prof.c129 return htab_hash_pointer (((const_histogram_value)x)->hvalue.stmt); in histogram_hash()
137 return ((const_histogram_value) x)->hvalue.stmt == (const gimple *) y; in histogram_eq()