GCC Middle and Back End API Reference
|
Data Fields | |
struct edge_prediction * | ep_next |
edge | ep_edge |
enum br_predictor | ep_predictor |
int | ep_probability |
Structure representing predictions in tree level.
edge edge_prediction::ep_edge |
Referenced by combine_predictions_for_bb(), and gimple_predict_edge().
struct edge_prediction* edge_prediction::ep_next |
enum br_predictor edge_prediction::ep_predictor |
Referenced by combine_predictions_for_bb(), gimple_predict_edge(), and gimple_predicted_by_p().
int edge_prediction::ep_probability |
Referenced by combine_predictions_for_bb(), and gimple_predict_edge().