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

/freebsd-9.3-release/contrib/gcc/
H A Dtracer.c63 static int probability_cutoff; variable
129 if (best->probability <= probability_cutoff)
213 probability_cutoff = PARAM_VALUE (TRACER_MIN_BRANCH_PROBABILITY_FEEDBACK);
215 probability_cutoff = PARAM_VALUE (TRACER_MIN_BRANCH_PROBABILITY);
216 probability_cutoff = REG_BR_PROB_BASE / 100 * probability_cutoff;
H A Dsched-ebb.c547 int probability_cutoff;
553 probability_cutoff = PARAM_VALUE (TRACER_MIN_BRANCH_PROBABILITY_FEEDBACK);
555 probability_cutoff = PARAM_VALUE (TRACER_MIN_BRANCH_PROBABILITY);
556 probability_cutoff = REG_BR_PROB_BASE / 100 * probability_cutoff;
597 if (e->probability <= probability_cutoff)
544 int probability_cutoff; local

Completed in 54 milliseconds