|
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 |
Probability of all successors.
| int succs_info::all_succs_n |
The number of all successors.
| short succs_info::flags |
Flags that these succcessors were computed with.
| vec<int> succs_info::probs_ok |
Their probabilities. As of now, we don't need this for other
successors.
| insn_vec_t succs_info::succs_ok |
Successors that correspond to the flags.
| int succs_info::succs_ok_n |
The number of good successors.
| insn_vec_t succs_info::succs_other |
Other successors.