GCC Middle and Back End API Reference
|
Public Types | |
typedef tm_log_entry * | value_type |
typedef tm_log_entry * | compare_type |
Static Public Member Functions | |
static hashval_t | hash (const tm_log_entry *) |
static bool | equal (const tm_log_entry *, const tm_log_entry *) |
static void | remove (tm_log_entry *) |
static hashval_t | hash (const value_type &) |
static bool | equal (const value_type &existing, const compare_type &candidate) |
static void | mark_deleted (tm_log_entry *&) |
static void | mark_empty (tm_log_entry *&) |
static bool | is_deleted (tm_log_entry *) |
static bool | is_empty (tm_log_entry *) |
Static Public Attributes | |
static const bool | empty_zero_p |
Log entry hashtable helpers.
|
inherited |
|
inherited |
|
inlinestatic |
Htab support. Return true if two log entries are the same.
References tm_log_entry::addr, and operand_equal_p().
|
inlinestaticinherited |
|
inlinestatic |
Htab support. Return hash value for a `tm_log_entry'.
References iterative_hash_expr(), and log().
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestatic |
Htab support. Free one tm_log_entry.
References free(), and tm_log_entry::stmts.
|
staticinherited |