GCC Middle and Back End API Reference
|
Data Fields | |
int | index |
int | rest |
int | n |
state_t | state |
first_cycle_multipass_data_t | target_data |
The following structure describe an entry of the stack of choices.
int choice_entry::index |
Referenced by choose_ready(), and max_issue().
int choice_entry::n |
Referenced by choose_ready(), max_issue(), and prune_ready_list().
int choice_entry::rest |
Referenced by max_issue().
state_t choice_entry::state |
Referenced by max_issue(), and sched_extend_ready_list().
first_cycle_multipass_data_t choice_entry::target_data |
Referenced by max_issue().