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

Public Types

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

Detailed Description

Equiv_class_label hashtable helpers.


Member Typedef Documentation


Member Function Documentation

bool equiv_class_hasher::equal ( const value_type eql1,
const compare_type eql2 
)
inlinestatic

Equality function for two equiv_class_label_t's.

hashval_t equiv_class_hasher::hash ( const value_type ecl)
inlinestatic

Hash function for a equiv_class_label_t

References BITMAP_ALLOC, bitmap_ior_into(), and constraint_graph::points_to.

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

Remove with free.


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