Searched refs:PROB_EVEN (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | predict.def | 140 DEF_PREDICTOR (PRED_INDIR_CALL, "indirect call", PROB_EVEN, 0) 141 DEF_PREDICTOR (PRED_POLYMORPHIC_CALL, "polymorphic call", PROB_EVEN, 0) 142 DEF_PREDICTOR (PRED_RECURSIVE_CALL, "recursive call", PROB_EVEN, 0)
|
| D | predict.h | 29 #define PROB_EVEN (REG_BR_PROB_BASE / 2) macro
|
| D | predict.cc | 968 int best_probability = PROB_EVEN; in combine_predictions_for_insn() 1204 int best_probability = PROB_EVEN; in combine_predictions_for_bb()
|
| D | ChangeLog-2000 | 19296 (PROB_UNLIKELY, PROB_EVEN, PROB_LIKELY): New.
|
| D | ChangeLog-2018 | 31079 * predict.def (PRED_INDIR_CALL): Set probability to PROB_EVEN in
|
| D | ChangeLog-2013 | 3561 * ubsan.h (PROB_VERY_UNLIKELY, PROB_EVEN, PROB_VERY_LIKELY,
|