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

Public Types

typedef histogram_entry value_type
typedef histogram_entry compare_type

Static Public Member Functions

static hashval_t hash (const value_type *)
static int equal (const value_type *, const compare_type *)
static void remove (histogram_entry *p)

Detailed Description

   Hashtable support for storing SSA names hashed by their SSA_NAME_VAR.  

Member Typedef Documentation


Member Function Documentation

int histogram_hash::equal ( const value_type val,
const compare_type val2 
)
inlinestatic
hashval_t histogram_hash::hash ( const value_type val)
inlinestatic
static void typed_noop_remove< histogram_entry >::remove ( histogram_entry p)
inlinestaticinherited
   Remove doing nothing.  

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