Home
last modified time | relevance | path

Searched refs:statistics_histogram_event (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dstatistics.h69 extern void statistics_histogram_event (struct function *, const char *, int);
H A Dstatistics.c341 statistics_histogram_event (struct function *fn, const char *id, int val) in statistics_histogram_event() function
H A Dtree-ssa-sccvn.c7732 statistics_histogram_event (cfun, "RPO block visited times", in do_rpo_vn()
7752 statistics_histogram_event (cfun, "RPO iterations", 10*nblk / nex); in do_rpo_vn()
7753 statistics_histogram_event (cfun, "RPO num values", nvalues); in do_rpo_vn()
7754 statistics_histogram_event (cfun, "RPO num avail", navail); in do_rpo_vn()
7755 statistics_histogram_event (cfun, "RPO num lattice", in do_rpo_vn()
H A Dtree-ssa-pre.c2438 statistics_histogram_event (cfun, "compute_antic iterations", in compute_antic()
3705 statistics_histogram_event (cfun, "insert iterations", num_iterations); in insert()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dstatistics.h69 extern void statistics_histogram_event (struct function *, const char *, int);
H A Dstatistics.cc341 statistics_histogram_event (struct function *fn, const char *id, int val) in statistics_histogram_event() function
H A Dtree-ssa-sccvn.cc8171 statistics_histogram_event (cfun, "RPO block visited times", in do_rpo_vn()
8191 statistics_histogram_event (cfun, "RPO iterations", 10*nblk / nex); in do_rpo_vn()
8192 statistics_histogram_event (cfun, "RPO num values", nvalues); in do_rpo_vn()
8193 statistics_histogram_event (cfun, "RPO num avail", navail); in do_rpo_vn()
8194 statistics_histogram_event (cfun, "RPO num lattice", in do_rpo_vn()
H A Dtree-ssa-pre.cc2514 statistics_histogram_event (cfun, "compute_antic iterations", in compute_antic()
3834 statistics_histogram_event (cfun, "insert iterations", num_iterations); in insert()
H A Dtree-vect-slp.cc3946 statistics_histogram_event (cfun, "SLP optimize perm iterations", iteration); in vect_optimize_slp()
H A DChangeLog-200819277 (statistics_histogram_event): Likewise.
19283 * tree-ssa-pre.c (compute_antic): Use statistics_histogram_event.
H A DChangeLog-201219618 (statistics_histogram_event): Likewise.