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

/freebsd-10.0-release/contrib/gcc/
H A Dpredict.h1 /* Definitions for branch prediction routines in the GNU compiler.
33 enum prediction enum
39 extern void predict_insn_def (rtx, enum br_predictor, enum prediction);
H A Dpredict.c1 /* Branch prediction routines for the GNU compiler.
80 static void predict_paths_leading_to (basic_block, int *, enum br_predictor, enum prediction);
188 such as those disabling dynamic branch prediction for well predictable
239 enum prediction taken)
257 /* We can store the branch prediction information only about
294 struct edge_prediction **prediction = &e->src->predictions; local
295 while (*prediction)
297 if ((*prediction)->ep_edge == e)
298 *prediction = (*prediction)
1147 return_prediction(tree val, enum prediction *prediction) argument
[all...]
H A Dreorg.c851 /* Encode and return branch direction and prediction information for
881 determine the branch prediction.
887 int prediction;
889 prediction = mostly_true_jump (insn, get_branch_condition (insn, label));
890 switch (prediction)
2948 int prediction, slots_to_fill, slots_filled;
2990 prediction = 2;
2996 prediction = mostly_true_jump (insn, condition);
3003 if (prediction > 0)
3007 fallthrough_insn, prediction
878 int prediction; local
2930 int prediction, slots_to_fill, slots_filled; local
[all...]
H A Dbasic-block.h881 extern void predict_edge_def (edge, enum br_predictor, enum prediction);

Completed in 124 milliseconds