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

/freebsd-10.0-release/contrib/gcc/
H A Dpredict.c1732 gcov_type count_max, true_count_max = 0;
1736 true_count_max = MAX (bb->count, true_count_max);
1738 count_max = MAX (true_count_max, 1);
1741 return true_count_max;
1726 gcov_type count_max, true_count_max = 0; local

Completed in 179 milliseconds