|
GCC Middle and Back End API Reference
|
#include <cgraph.h>


Public Types | |
| typedef gimple * | compare_type |
| typedef cgraph_edge * | value_type |
Static Public Member Functions | |
| static hashval_t | hash (cgraph_edge *) |
| static hashval_t | hash (gimple *) |
| static bool | equal (cgraph_edge *, gimple *) |
| static hashval_t | hash (const value_type &) |
| static bool | equal (const value_type &existing, const compare_type &candidate) |
| static void | mark_deleted (cgraph_edge *&) |
| static void | mark_empty (cgraph_edge *&) |
| static bool | is_deleted (cgraph_edge *) |
| static bool | is_empty (cgraph_edge *) |
| static void | remove (cgraph_edge *&) |
| static void | ggc_mx (cgraph_edge *&p) |
| static void | ggc_maybe_mx (cgraph_edge *&p) |
| static void | pch_nx (cgraph_edge *&p) |
Static Public Attributes | |
| static const bool | empty_zero_p |
| typedef gimple* cgraph_edge_hasher::compare_type |
|
inherited |
|
inlinestatic |
Return nonzero if the call_stmt of cgraph_edge X is stmt *Y.
References cgraph_edge::call_stmt, and y.
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
static |
Returns a hash value for X (which really is a cgraph_edge).
Referenced by cgraph_add_edge_to_call_site_hash(), cgraph_update_edge_in_call_site_hash(), cgraph_node::get_edge(), cgraph_edge::remove_caller(), and cgraph_edge::set_call_stmt().
|
static |
Returns a hash value for X (which really is a cgraph_edge).
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
staticinherited |