|
GCC Middle and Back End API Reference
|
#include <sel-sched-ir.h>

Data Fields | |
| short | flags |
| insn_vec_t | succs_ok |
| vec< int > | probs_ok |
| insn_vec_t | succs_other |
| int | all_prob |
| int | all_succs_n |
| int | succs_ok_n |
A structure returning all successor's information.
| int succs_info::all_prob |
Referenced by compute_av_set_at_bb_end().
| int succs_info::all_succs_n |
Referenced by compute_av_set_at_bb_end().
| short succs_info::flags |
| vec<int> succs_info::probs_ok |
Referenced by compute_av_set_at_bb_end().
| insn_vec_t succs_info::succs_ok |
Referenced by compute_av_set_at_bb_end().
| int succs_info::succs_ok_n |
Referenced by compute_av_set_at_bb_end().
| insn_vec_t succs_info::succs_other |
Referenced by compute_av_set_at_bb_end().