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

Public Types

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

Detailed Description

   Helpers for delay hashing.  

Member Typedef Documentation


Member Function Documentation

bool delay_i1_hasher::equal ( const value_type x,
const compare_type y 
)
inlinestatic
   Return true if I1 of pair X is the same as that of pair Y.  

References delay_pair::i2, and delay_pair::next_same_i1.

hashval_t delay_i1_hasher::hash ( const value_type x)
inlinestatic
   Returns a hash value for X, based on hashing just I1.  

References hash_table< Descriptor, Allocator >::clear_slot().

static void typed_noop_remove< delay_pair >::remove ( delay_pair p)
inlinestaticinherited
   Remove doing nothing.  

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