GCC Middle and Back End API Reference
log_entry_hasher Struct Reference

Public Types

typedef tm_log_entry value_type
typedef tm_log_entry 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 (value_type *)

Detailed Description

Log entry hashtable helpers.   

Member Typedef Documentation


Member Function Documentation

bool log_entry_hasher::equal ( const value_type log1,
const compare_type log2 
)
inlinestatic
Htab support.  Return true if two log entries are the same.   

References tm_log_entry::addr, and operand_equal_p().

hashval_t log_entry_hasher::hash ( const value_type log)
inlinestatic
Htab support.  Return hash value for a `tm_log_entry'.   

References tm_log_entry::addr, and iterative_hash_expr().

void log_entry_hasher::remove ( value_type lp)
inlinestatic
Htab support.  Free one tm_log_entry.   

References free(), and tm_log_entry::stmts.


The documentation for this struct was generated from the following file: