GCC Middle and Back End API Reference
|
#include <sel-sched-ir.h>
Data Fields | |
expr_def | expr |
int | ws_level |
int | seqno |
regset | live |
bitmap | analyzed_deps |
bitmap | found_deps |
bitmap | originators |
htab_t | transformed_insns |
struct deps_desc | deps_context |
insn_t | sched_next |
int | sched_cycle |
int | ready_cycle |
ds_t | spec_checked_ds |
BOOL_BITFIELD | live_valid_p: 1 |
BOOL_BITFIELD | asm_p: 1 |
BOOL_BITFIELD | after_stall_p: 1 |
Indexed by INSN_LUID, the collection of all data associated with a single instruction that is in the stream.
BOOL_BITFIELD _sel_insn_data::after_stall_p |
bitmap _sel_insn_data::analyzed_deps |
BOOL_BITFIELD _sel_insn_data::asm_p |
struct deps_desc _sel_insn_data::deps_context |
expr_def _sel_insn_data::expr |
bitmap _sel_insn_data::found_deps |
regset _sel_insn_data::live |
BOOL_BITFIELD _sel_insn_data::live_valid_p |
bitmap _sel_insn_data::originators |
int _sel_insn_data::ready_cycle |
int _sel_insn_data::sched_cycle |
insn_t _sel_insn_data::sched_next |
int _sel_insn_data::seqno |
ds_t _sel_insn_data::spec_checked_ds |
htab_t _sel_insn_data::transformed_insns |
int _sel_insn_data::ws_level |