GCC Middle and Back End API Reference
|
Data Fields | |
struct iterator_group * | group |
file_location | loc |
const char * | value |
rtx | x |
unsigned int | index |
Records one use of an attribute (the "<[iterator:]attribute>" syntax) in a non-string rtx field.
struct iterator_group* attribute_use::group |
Referenced by record_attribute_use().
unsigned int attribute_use::index |
Referenced by record_attribute_use().
file_location attribute_use::loc |
Referenced by record_attribute_use().
const char* attribute_use::value |
Referenced by record_attribute_use().
rtx attribute_use::x |
Referenced by record_attribute_use().