Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dvalue-prof.h67 typedef const struct histogram_value_t *const_histogram_value; typedef
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()
DChangeLog-200714068 * value-prof.h (const_histogram_value): New.