GCC Middle and Back End API Reference
|
Public Types | |
typedef vn_constant_s * | value_type |
typedef vn_constant_s * | compare_type |
Static Public Member Functions | |
static hashval_t | hash (const vn_constant_s *) |
static bool | equal (const vn_constant_s *, const vn_constant_s *) |
static hashval_t | hash (const value_type &) |
static bool | equal (const value_type &existing, const compare_type &candidate) |
static void | mark_deleted (vn_constant_s *&) |
static void | mark_empty (vn_constant_s *&) |
static bool | is_deleted (vn_constant_s *) |
static bool | is_empty (vn_constant_s *) |
static void | remove (vn_constant_s *p) |
Static Public Attributes | |
static const bool | empty_zero_p |
vn_constant hashtable helpers.
|
inherited |
|
inherited |
|
inlinestaticinherited |
|
inlinestatic |
Hash table equality function for vn_constant_t.
References vn_constant_s::constant, vn_constant_s::hashcode, and vn_constant_eq_with_type().
|
inlinestaticinherited |
|
inlinestatic |
Hash table hash function for vn_constant_t.
References vn_constant_s::hashcode.
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
Remove with free.
|
staticinherited |