Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
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()