GCC Middle and Back End API Reference
attr_value Struct Reference
Collaboration diagram for attr_value:

Data Fields

rtx value
struct attr_valuenext
struct insn_entfirst_insn
int num_insns
int has_asm_insn

Detailed Description

   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.  

Field Documentation

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

The documentation for this struct was generated from the following file: