GCC Middle and Back End API Reference
|
#include <cgraph.h>
Data Fields | |
rtx | rtl |
tree | value |
hashval_t | hash |
Uniquize all constants that appear in memory. Each constant in memory thus far output is recorded in `const_desc_table'.
hashval_t constant_descriptor_tree::hash |
Hash of value. Computing the hash from value each time hashfn is called can't work properly, as that means recursive use of the hash table during hash table expansion.
Referenced by get_constant_size().
rtx constant_descriptor_tree::rtl |
A MEM for the constant.
tree constant_descriptor_tree::value |
The value of the constant.
Referenced by get_constant_size(), and initialize_sanitizer_builtins().