Home
last modified time | relevance | path

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

/trueos/contrib/gcc/
HDpredict.c1726 gcov_type count_max, true_count_max = 0; in counts_to_freqs() local
1732 count_max = MAX (true_count_max, 1); in counts_to_freqs()
1734 bb->frequency = (bb->count * BB_FREQ_MAX + count_max / 2) / count_max; in counts_to_freqs()
HDChangeLog-200117362 (__bb_exit_func): Correct type of count_max to avoid overflow.