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

Data Fields

struct iterator_groupgroup
const char * value
void * ptr

Detailed Description

   Records one use of an attribute (the "<[iterator:]attribute>" syntax)
   in a non-string rtx field.  

Field Documentation

struct iterator_group* attribute_use::group
     The group that describes the use site.  

Referenced by read_conditions().

void* attribute_use::ptr
     The location of the use, as passed to GROUP's apply_iterator callback.  
const char* attribute_use::value
     The name of the attribute, possibly with an "iterator:" prefix.  

Referenced by read_conditions().


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