Home
last modified time | relevance | path

Searched refs:n_histogram_counters (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dprofile.c809 unsigned n_histogram_counters[GCOV_N_VALUE_COUNTERS]; in compute_value_histograms() local
816 n_histogram_counters[t] = 0; in compute_value_histograms()
821 n_histogram_counters[(int) hist->type] += hist->n_counters; in compute_value_histograms()
827 if (!n_histogram_counters[t]) in compute_value_histograms()
836 n_histogram_counters[t]); in compute_value_histograms()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dprofile.cc874 unsigned n_histogram_counters[GCOV_N_VALUE_COUNTERS]; in compute_value_histograms() local
881 n_histogram_counters[t] = 0; in compute_value_histograms()
886 n_histogram_counters[(int) hist->type] += hist->n_counters; in compute_value_histograms()
892 if (!n_histogram_counters[t]) in compute_value_histograms()
901 n_histogram_counters[t]); in compute_value_histograms()