GCC Middle and Back End API Reference
|
Data Fields | |
struct attr_hash * | next |
int | hashcode |
union { | |
char * str | |
rtx rtl | |
} | u |
Hash table for sharing RTL and strings. Each hash table slot is a bucket containing a chain of these structures. Strings are given negative hash codes; RTL expressions are given positive hash codes.
int attr_hash::hashcode |
Referenced by attr_hash_add_rtx(), attr_hash_add_string(), and attr_printf().
struct attr_hash* attr_hash::next |
Referenced by attr_hash_add_string(), and attr_printf().
rtx attr_hash::rtl |
Referenced by attr_hash_add_string().
char* attr_hash::str |
union { ... } attr_hash::u |
Referenced by attr_hash_add_string().