Home
last modified time | relevance | path

Searched defs:edge_prediction (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dpredict.c410 struct edge_prediction { struct
411 struct edge_prediction *ep_next; argument
423 struct edge_prediction *i; in gimple_predicted_by_p() argument
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dpredict.c462 struct edge_prediction { struct
463 struct edge_prediction *ep_next; argument
472 static hash_map<const_basic_block, edge_prediction *> *bb_predictions; argument
605 filter_predictions (edge_prediction **preds, in filter_predictions()