Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dpredict.c459 struct edge_prediction { struct
460 struct edge_prediction *ep_next; argument
469 static hash_map<const_basic_block, edge_prediction *> *bb_predictions; argument
602 filter_predictions (edge_prediction **preds, in filter_predictions()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dpredict.cc496 struct edge_prediction { struct
497 struct edge_prediction *ep_next; argument
506 static hash_map<const_basic_block, edge_prediction *> *bb_predictions; argument
640 filter_predictions (edge_prediction **preds, in filter_predictions()