Searched refs:predictions (Results 1 – 12 of 12) sorted by relevance
175 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()
57 as the predictions is exact. */
244 struct edge_prediction *predictions; member
2004 if (bb->predictions) in rtl_verify_flow_info()
58 as the predictions is exact. */
16292 * predict.c (estimate_probability): Avoid duplicated predictions.
8252 (flow_delete_block): Kill predictions past end of basic block.
246 ;; folded dynamic prediction) to seven (incorrect predictions, etc). We
543 static analysis are performed to make the predictions normally coming
846 performed to make the predictions normally coming from the profile
3876 performed to make the predictions normally coming from the profile
1762 regexec.c: Add some branch predictions reorder conds