Searched defs:edge_prediction (Results 1 – 1 of 1) sorted by relevance
496 struct edge_prediction { struct497 struct edge_prediction *ep_next; argument506 static hash_map<const_basic_block, edge_prediction *> *bb_predictions; argument640 filter_predictions (edge_prediction **preds, in filter_predictions()