Home | History | Annotate | Download | only in gcc

Lines Matching refs:bb_predictions

506 static hash_map<const_basic_block, edge_prediction *> *bb_predictions;
515 edge_prediction **preds = bb_predictions->get (bb);
534 edge_prediction **preds = bb_predictions->get (bb);
625 edge_prediction *&preds = bb_predictions->get_or_insert (e->src);
643 if (!bb_predictions)
679 if (!bb_predictions)
682 edge_prediction **preds = bb_predictions->get (e->src);
691 edge_prediction **preds = bb_predictions->get (bb);
1145 edge_prediction **preds = bb_predictions->get (bb);
1256 edge_prediction **preds = bb_predictions->get (bb);
1309 edge_prediction **preds = bb_predictions->get (bb);
1640 edge_prediction **preds = bb_predictions->get (bb);
3121 bb_predictions = new hash_map<const_basic_block, edge_prediction *>;
3135 bb_predictions->traverse<void *, assert_is_empty> (NULL);
3137 delete bb_predictions;
3138 bb_predictions = NULL;
3150 bb_predictions = new hash_map<const_basic_block, edge_prediction *>;
3154 bb_predictions->traverse<void *, assert_is_empty> (NULL);
3155 delete bb_predictions;
3156 bb_predictions = NULL;
3183 edge_prediction **preds = bb_predictions->get (e->src);