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

/freebsd-10.0-release/contrib/gcc/
H A Dpredict.def39 DEF_PREDICTOR (PRED_COMBINED, "combined", PROB_ALWAYS, 0)
42 DEF_PREDICTOR (PRED_DS_THEORY, "DS theory", PROB_ALWAYS, 0)
46 DEF_PREDICTOR (PRED_FIRST_MATCH, "first match", PROB_ALWAYS, 0)
49 DEF_PREDICTOR (PRED_NO_PREDICTION, "no prediction", PROB_ALWAYS, 0)
52 DEF_PREDICTOR (PRED_UNCONDITIONAL, "unconditional jump", PROB_ALWAYS,
58 DEF_PREDICTOR (PRED_LOOP_ITERATIONS, "loop iterations", PROB_ALWAYS,
H A Dpredict.c73 #define PROB_ALWAYS (REG_BR_PROB_BASE) macro

Completed in 63 milliseconds