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

/haiku-buildtools/gcc/gcc/
H A Dprofile.c902 gcov_type *histogram_counts[GCOV_N_VALUE_COUNTERS];
921 histogram_counts[t] = NULL;
925 histogram_counts[t] =
929 if (histogram_counts[t])
931 act_count[t] = histogram_counts[t];
970 free (histogram_counts[t]);
901 gcov_type *histogram_counts[GCOV_N_VALUE_COUNTERS]; local

Completed in 86 milliseconds