Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/
Dpredict.c67 real_inv_br_prob_base, real_one_half, real_bb_freq_max; variable
1798 sreal_init (&real_bb_freq_max, BB_FREQ_MAX, 0); in estimate_bb_frequencies()
1835 sreal_div (&freq_max, &real_bb_freq_max, &freq_max); in estimate_bb_frequencies()
DChangeLog-200224140 real_one_half, real_bb_freq_max): New static variables.