#include "predict.def"


Go to the source code of this file.
Defines | |
| #define | DEF_PREDICTOR(ENUM, NAME, HITRATE, FLAGS) ENUM, |
| #define | IS_TAKEN 1 |
Enumerations | |
| enum | br_predictor { DEF_PREDICTOR, DEF_PREDICTOR, DEF_PREDICTOR, DEF_PREDICTOR } |
| enum | prediction { NOT_TAKEN, TAKEN, NOT_TAKEN, TAKEN, NOT_TAKEN, TAKEN, NOT_TAKEN, TAKEN } |
Functions/Subroutines | |
| void predict_insn_def | PARAMS ((rtx, enum br_predictor, enum prediction)) |
| void predict_insn | PARAMS ((rtx, enum br_predictor, int)) |
| #define IS_TAKEN 1 |
Definition at line 38 of file predict.h.
Referenced by expand_continue_loop(), and process_note_prediction().
| enum br_predictor |
| enum prediction |
| void predict_insn PARAMS | ( | (rtx, enum br_predictor, int) | ) |
| void predict_insn_def PARAMS | ( | (rtx, enum br_predictor, enum prediction) | ) |
1.5.6