GCC Middle and Back End API Reference
|
#include <sched-int.h>
Data Fields | |
int | regno |
rtx | insn |
struct reg_use_data * | next_regno_use |
struct reg_use_data * | next_insn_use |
The following structure describes usage of registers by insns.
rtx reg_use_data::insn |
Insn using the regno.
Referenced by haifa_change_pattern().
struct reg_use_data* reg_use_data::next_insn_use |
List of elements with the same insn.
Referenced by dep_list_size().
struct reg_use_data* reg_use_data::next_regno_use |
Cyclic list of elements with the same regno.
Referenced by haifa_note_mem_dep().
int reg_use_data::regno |
Regno used in the insn.
Referenced by dep_list_size(), mark_insn_pseudo_birth(), and model_index().