GCC Middle and Back End API Reference
|
Public Types | |
typedef vn_nary_op_s * | compare_type |
typedef vn_nary_op_s * | value_type |
Static Public Member Functions | |
static hashval_t | hash (const vn_nary_op_s *) |
static bool | equal (const vn_nary_op_s *, const vn_nary_op_s *) |
static hashval_t | hash (const value_type &) |
static bool | equal (const value_type &existing, const compare_type &candidate) |
static void | mark_deleted (vn_nary_op_s *&) |
static void | mark_empty (vn_nary_op_s *&) |
static bool | is_deleted (vn_nary_op_s *) |
static bool | is_empty (vn_nary_op_s *) |
static void | remove (vn_nary_op_s *&) |
Static Public Attributes | |
static const bool | empty_zero_p |
vn_nary_op hashtable helpers.
|
inherited |
|
inlinestaticinherited |
|
inlinestatic |
Compare nary operations P1 and P2 and return true if they are equivalent.
References vn_nary_op_eq().
|
inlinestaticinherited |
|
inlinestatic |
Return the computed hashcode for nary operation P1.
References vn_nary_op_s::hashcode.
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
Remove doing nothing.
|
staticinherited |