Searched refs:statistics_histogram_event (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | statistics.h | 69 extern void statistics_histogram_event (struct function *, const char *, int);
|
H A D | statistics.c | 341 statistics_histogram_event (struct function *fn, const char *id, int val) in statistics_histogram_event() function
|
H A D | tree-ssa-sccvn.c | 7732 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 D | tree-ssa-pre.c | 2438 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 D | statistics.h | 69 extern void statistics_histogram_event (struct function *, const char *, int);
|
H A D | statistics.cc | 341 statistics_histogram_event (struct function *fn, const char *id, int val) in statistics_histogram_event() function
|
H A D | tree-ssa-sccvn.cc | 8171 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 D | tree-ssa-pre.cc | 2514 statistics_histogram_event (cfun, "compute_antic iterations", in compute_antic() 3834 statistics_histogram_event (cfun, "insert iterations", num_iterations); in insert()
|
H A D | tree-vect-slp.cc | 3946 statistics_histogram_event (cfun, "SLP optimize perm iterations", iteration); in vect_optimize_slp()
|
H A D | ChangeLog-2008 | 19277 (statistics_histogram_event): Likewise. 19283 * tree-ssa-pre.c (compute_antic): Use statistics_histogram_event.
|
H A D | ChangeLog-2012 | 19618 (statistics_histogram_event): Likewise.
|