Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dprofile.cc876 gcov_type *act_count[GCOV_N_VALUE_COUNTERS]; in compute_value_histograms() local
904 act_count[t] = histogram_counts[t]; in compute_value_histograms()
922 if (act_count[t]) in compute_value_histograms()
923 total_size = 2 + 2 * act_count[t][1]; in compute_value_histograms()
930 if (act_count[t]) in compute_value_histograms()
931 hist->hvalue.counters[j] = act_count[t][j]; in compute_value_histograms()
934 act_count[t] += hist->n_counters; in compute_value_histograms()
939 aact_count = act_count[t]; in compute_value_histograms()
941 if (act_count[t]) in compute_value_histograms()
942 act_count[t] += hist->n_counters; in compute_value_histograms()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dprofile.c811 gcov_type *act_count[GCOV_N_VALUE_COUNTERS]; in compute_value_histograms() local
839 act_count[t] = histogram_counts[t]; in compute_value_histograms()
851 aact_count = act_count[t]; in compute_value_histograms()
853 if (act_count[t]) in compute_value_histograms()
854 act_count[t] += hist->n_counters; in compute_value_histograms()