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

/freebsd-9.3-release/contrib/gcc/
H A Dprofile.c618 gcov_type *histogram_counts[GCOV_N_VALUE_COUNTERS];
636 histogram_counts[t] = NULL;
640 histogram_counts[t] =
643 if (histogram_counts[t])
645 act_count[t] = histogram_counts[t];
669 if (histogram_counts[t])
670 free (histogram_counts[t]);
615 gcov_type *histogram_counts[GCOV_N_VALUE_COUNTERS]; local

Completed in 46 milliseconds