Home
last modified time | relevance | path

Searched refs:predictions (Results 1 – 12 of 12) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dpredict.c175 for (i = bb->predictions; i; i = i->ep_next) in tree_predicted_by_p()
279 i->ep_next = e->src->predictions; in tree_predict_edge()
280 e->src->predictions = i; in tree_predict_edge()
292 if (e->src->predictions) in remove_predictions_associated_with_edge()
294 struct edge_prediction **prediction = &e->src->predictions; in remove_predictions_associated_with_edge()
553 bb->predictions = NULL; in combine_predictions_for_bb()
565 for (pred = bb->predictions; pred; pred = pred->ep_next) in combine_predictions_for_bb()
611 for (pred = bb->predictions; pred; pred = pred->ep_next) in combine_predictions_for_bb()
621 bb->predictions = NULL; in combine_predictions_for_bb()
H A Dpredict.def57 as the predictions is exact. */
H A Dbasic-block.h244 struct edge_prediction *predictions; member
H A Dcfgrtl.c2004 if (bb->predictions) in rtl_verify_flow_info()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dpredict.def58 as the predictions is exact. */
H A DChangeLog.616292 * predict.c (estimate_probability): Avoid duplicated predictions.
H A DChangeLog.78252 (flow_delete_block): Kill predictions past end of basic block.
/openbsd/gnu/gcc/gcc/config/arm/
H A Darm1136jfs.md246 ;; folded dynamic prediction) to seven (incorrect predictions, etc). We
/openbsd/gnu/usr.bin/gcc/gcc/doc/
H A Dpasses.texi543 static analysis are performed to make the predictions normally coming
/openbsd/gnu/gcc/gcc/doc/
H A Dpasses.texi846 performed to make the predictions normally coming from the profile
H A Dgccint.info3876 performed to make the predictions normally coming from the profile
/openbsd/gnu/usr.bin/perl/pod/
H A Dperl5380delta.pod1762 regexec.c: Add some branch predictions reorder conds