|
GCC Middle and Back End API Reference
|


Public Types | |
| typedef void | value_type |
| typedef void | compare_type |
Static Public Member Functions | |
| static hashval_t | hash (const value_type *) |
| static bool | equal (const value_type *, const compare_type *) |
| static void | remove (void *p) |
Oecount hashtable helpers.
| typedef void oecount_hasher::compare_type |
| typedef void oecount_hasher::value_type |
Note that this hash table stores integers, not pointers.
So, observe the casting in the member functions.
|
inlinestatic |
Comparison function for oecount.
References gimple_call_arg(), gimple_call_fndecl(), and HOST_WIDE_INT.
|
inlinestatic |
Hash function for oecount.
|
inlinestaticinherited |
Remove doing nothing.