Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dprofile.c810 gcov_type *histogram_counts[GCOV_N_VALUE_COUNTERS]; in compute_value_histograms() local
829 histogram_counts[t] = NULL; in compute_value_histograms()
833 histogram_counts[t] = get_coverage_counts (COUNTER_FOR_HIST_TYPE (t), in compute_value_histograms()
837 if (histogram_counts[t]) in compute_value_histograms()
839 act_count[t] = histogram_counts[t]; in compute_value_histograms()
898 free (histogram_counts[t]); in compute_value_histograms()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dprofile.cc875 gcov_type *histogram_counts[GCOV_N_VALUE_COUNTERS]; in compute_value_histograms() local
894 histogram_counts[t] = NULL; in compute_value_histograms()
898 histogram_counts[t] = get_coverage_counts (COUNTER_FOR_HIST_TYPE (t), in compute_value_histograms()
902 if (histogram_counts[t]) in compute_value_histograms()
904 act_count[t] = histogram_counts[t]; in compute_value_histograms()
983 free (histogram_counts[t]); in compute_value_histograms()