|
GCC Middle and Back End API Reference
|


Public Types | |
| typedef vn_ssa_aux_t | value_type |
| typedef tree | compare_type |
Static Public Member Functions | |
| static hashval_t | hash (const value_type &) |
| static bool | equal (const value_type &, const compare_type &) |
| static void | mark_deleted (value_type &) |
| static void | mark_empty (value_type &e) |
| static bool | is_deleted (value_type &) |
| static bool | is_empty (value_type &e) |
| static void | remove (vn_ssa_aux_t &) |
Static Public Attributes | |
| static const bool | empty_zero_p = true |
Table of vn_ssa_aux_t's, one per ssa_name. The vn_ssa_aux_t objects are allocated on an obstack for locality reasons, and to free them without looping over the vec.
| typedef tree vn_ssa_aux_hasher::compare_type |
|
inlinestatic |
References vn_ssa_aux::name.
|
inlinestatic |
References vn_ssa_aux::name, and SSA_NAME_VERSION.
|
inlinestatic |
|
inlinestatic |
References NULL.
|
inlinestatic |
|
inlinestatic |
References NULL.
|
inlinestaticinherited |
Remove doing nothing.