GCC Middle and Back End API Reference
val_ssa_equiv_hasher Struct Reference

Public Types

typedef equiv_hash_elt value_type
typedef equiv_hash_elt 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

Value to ssa name equivalence hashtable helpers.


Member Typedef Documentation


Member Function Documentation

bool val_ssa_equiv_hasher::equal ( const value_type p1,
const compare_type p2 
)
inlinestatic
hashval_t val_ssa_equiv_hasher::hash ( const value_type p)
inlinestatic
void val_ssa_equiv_hasher::remove ( value_type elt)
inlinestatic

Free an instance of equiv_hash_elt.


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