Searched refs:histogram_counts (Results 1 – 2 of 2) sorted by relevance
810 gcov_type *histogram_counts[GCOV_N_VALUE_COUNTERS]; in compute_value_histograms() local829 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()
875 gcov_type *histogram_counts[GCOV_N_VALUE_COUNTERS]; in compute_value_histograms() local894 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()