GCC Middle and Back End API Reference
|
Data Fields | |
rtx | value |
struct attr_value * | next |
struct insn_ent * | first_insn |
int | num_insns |
int | has_asm_insn |
Each value of an attribute (either constant or computed) is assigned a structure which is used as the listhead of the insns that have that value.
struct insn_ent* attr_value::first_insn |
Referenced by substitute_address().
int attr_value::has_asm_insn |
struct attr_value* attr_value::next |
Referenced by substitute_address().
int attr_value::num_insns |
rtx attr_value::value |
Referenced by check_defs(), get_attr_order(), substitute_address(), and write_const_num_delay_slots().