GCC Middle and Back End API Reference
|
#include <sched-int.h>
Data Fields | |
rtx * | vec |
int | veclen |
int | first |
int | n_ready |
int | n_debug |
Describe the ready list of the scheduler. VEC holds space enough for all insns in the current region. VECLEN says how many exactly. FIRST is the index of the element with the highest priority; i.e. the last one in the ready list, since elements are ordered by ascending priority. N_READY determines how many insns are on the ready list. N_DEBUG determines how many debug insns are on the ready list.
int ready_list::first |
Referenced by av_set_could_be_blocked_by_bookkeeping_p().
int ready_list::n_debug |
int ready_list::n_ready |
rtx* ready_list::vec |
Referenced by av_set_could_be_blocked_by_bookkeeping_p().
int ready_list::veclen |