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

/freebsd-12-stable/contrib/gcc/
H A Dpredict.c701 HOST_WIDE_INT nitercst = tree_low_cst (niter, 1) + 1; local
702 probability = ((REG_BR_PROB_BASE + nitercst / 2)
703 / nitercst);

Completed in 102 milliseconds