GCC Middle and Back End API Reference
ssa_names_hasher Struct Reference
Inheritance diagram for ssa_names_hasher:
Collaboration diagram for ssa_names_hasher:

Public Types

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

Detailed Description

Hashtable helpers.


Member Typedef Documentation


Member Function Documentation

bool ssa_names_hasher::equal ( const value_type n1,
const compare_type n2 
)
inlinestatic

The equality function of *P1 and *P2.

hashval_t ssa_names_hasher::hash ( const value_type n)
inlinestatic

The hash function.

References FOR_EACH_EDGE, and basic_block_def::preds.

static void typed_free_remove< name_to_bb >::remove ( name_to_bb p)
inlinestaticinherited

Remove with free.


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