Home
last modified time | relevance | path

Searched refs:ep_next (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dpredict.c411 struct edge_prediction *ep_next; member
429 for (i = (struct edge_prediction *) *preds; i; i = i->ep_next) in gimple_predicted_by_p()
532 i->ep_next = (struct edge_prediction *) *preds; in gimple_predict_edge()
561 next = (*prediction)->ep_next; in remove_predictions_associated_with_edge()
566 prediction = &((*prediction)->ep_next); in remove_predictions_associated_with_edge()
584 next = pred->ep_next; in clear_bb_predictions()
854 for (pred = (struct edge_prediction *) *preds; pred; pred = pred->ep_next) in combine_predictions_for_bb()
870 for (pred2 = (struct edge_prediction *) *preds; pred2; pred2 = pred2->ep_next) in combine_predictions_for_bb()
929 for (pred = (struct edge_prediction *) *preds; pred; pred = pred->ep_next) in combine_predictions_for_bb()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dpredict.c463 struct edge_prediction *ep_next; member
486 for (i = *preds; i; i = i->ep_next) in gimple_predicted_by_p()
509 for (i = *preds; i; i = i->ep_next) in edge_predicted_by_p()
593 i->ep_next = preds; in gimple_predict_edge()
619 prediction = &((*prediction)->ep_next); in filter_predictions()
622 next = (*prediction)->ep_next; in filter_predictions()
664 next = pred->ep_next; in clear_bb_predictions()
1183 for (pred = *preds; pred; pred = pred->ep_next) in combine_predictions_for_bb()
1222 for (pred = *preds; pred; pred = pred->ep_next) in combine_predictions_for_bb()
1240 pred2; pred2 = pred2->ep_next) in combine_predictions_for_bb()
[all …]