GCC Middle and Back End API Reference
|
#include <cfgloop.h>
Public Types | |
typedef edge | compare_type |
typedef loop_exit * | value_type |
Static Public Member Functions | |
static hashval_t | hash (loop_exit *) |
static bool | equal (loop_exit *, edge) |
static void | remove (loop_exit *) |
static hashval_t | hash (const value_type &) |
static bool | equal (const value_type &existing, const compare_type &candidate) |
static void | mark_deleted (loop_exit *&) |
static void | mark_empty (loop_exit *&) |
static bool | is_deleted (loop_exit *) |
static bool | is_empty (loop_exit *) |
static void | remove (loop_exit *&) |
static void | ggc_mx (loop_exit *&p) |
static void | ggc_maybe_mx (loop_exit *&p) |
static void | pch_nx (loop_exit *&p) |
static void | pch_nx (loop_exit *&p, gt_pointer_operator op, void *cookie) |
Static Public Attributes | |
static const bool | empty_zero_p |
|
inherited |
Equality function for struct loop_exit. Compares with edge.
References loop_exit::e.
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
static |
Hash function for struct loop_exit.
References loop_exit::e.
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
static |
Frees the list of loop exit descriptions EX.
References ggc_free(), loop_exit::next, loop_exit::next_e, and loop_exit::prev.
Referenced by rescan_loop_exit().
|
staticinherited |