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

/freebsd-10.0-release/contrib/gcc/
H A Dbb-reorder.c857 int diff_prob = best_prob / 10;
860 if (prob > best_prob + diff_prob)
863 else if (prob < best_prob - diff_prob)
856 int diff_prob = best_prob / 10; local

Completed in 108 milliseconds