|
GCC Middle and Back End API Reference
|


Public Types | |
| typedef struct data_dependence_relation * | value_type |
| typedef struct data_dependence_relation * | compare_type |
Static Public Member Functions | |
| static hashval_t | hash (const data_dependence_relation *) |
| static bool | equal (const data_dependence_relation *, const data_dependence_relation *) |
| static hashval_t | hash (const value_type &) |
| static bool | equal (const value_type &existing, const compare_type &candidate) |
| static void | mark_deleted (struct data_dependence_relation *&) |
| static void | mark_empty (struct data_dependence_relation *&) |
| static bool | is_deleted (struct data_dependence_relation *) |
| static bool | is_empty (struct data_dependence_relation *) |
| static void | remove (struct data_dependence_relation *&) |
Static Public Attributes | |
| static const bool | empty_zero_p |
Hashtable helpers.
|
inherited |
|
inherited |
|
inlinestatic |
|
inlinestaticinherited |
|
inlinestatic |
Hash function for data dependence.
References inchash::hash::add_ptr(), DDR_A, DDR_B, and inchash::hash::end().
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
Remove doing nothing.
|
staticinherited |