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_entryvalue_type
 
typedef histogram_entrycompare_type
 

Static Public Member Functions

static hashval_t hash (const histogram_entry *)
 
static int equal (const histogram_entry *, const histogram_entry *)
 
static hashval_t hash (const value_type &)
 
static bool equal (const value_type &existing, const compare_type &candidate)
 
static void mark_deleted (histogram_entry *&)
 
static void mark_empty (histogram_entry *&)
 
static bool is_deleted (histogram_entry *)
 
static bool is_empty (histogram_entry *)
 
static void remove (histogram_entry *&)
 

Static Public Attributes

static const bool empty_zero_p
 

Detailed Description

Hashtable support for storing SSA names hashed by their SSA_NAME_VAR.   

Member Typedef Documentation

◆ compare_type

typedef histogram_entry* pointer_hash< histogram_entry >::compare_type
inherited

◆ value_type

typedef histogram_entry* pointer_hash< histogram_entry >::value_type
inherited

Member Function Documentation

◆ equal() [1/2]

int histogram_hash::equal ( const histogram_entry * val,
const histogram_entry * val2 )
inlinestatic

◆ equal() [2/2]

bool pointer_hash< histogram_entry >::equal ( const value_type & existing,
const compare_type & candidate )
inlinestaticinherited

◆ hash() [1/2]

hashval_t histogram_hash::hash ( const histogram_entry * val)
inlinestatic

◆ hash() [2/2]

hashval_t pointer_hash< histogram_entry >::hash ( const value_type & candidate)
inlinestaticinherited

◆ is_deleted()

bool pointer_hash< histogram_entry >::is_deleted ( histogram_entry * e)
inlinestaticinherited

◆ is_empty()

bool pointer_hash< histogram_entry >::is_empty ( histogram_entry * e)
inlinestaticinherited

◆ mark_deleted()

void pointer_hash< histogram_entry >::mark_deleted ( histogram_entry *& e)
inlinestaticinherited

◆ mark_empty()

void pointer_hash< histogram_entry >::mark_empty ( histogram_entry *& e)
inlinestaticinherited

◆ remove()

void typed_noop_remove< histogram_entry * >::remove ( histogram_entry * & )
inlinestaticinherited
Remove doing nothing.   

Field Documentation

◆ empty_zero_p

const bool pointer_hash< histogram_entry >::empty_zero_p
staticinherited

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