GCC Middle and Back End API Reference
|
Data Fields | |
struct iterator_group * | group |
const char * | value |
void * | ptr |
Records one use of an attribute (the "<[iterator:]attribute>" syntax) in a non-string rtx field.
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().