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

Public Types

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

Detailed Description

   Hashtable helper for iv_to_split.  

Member Typedef Documentation


Member Function Documentation

bool iv_split_hasher::equal ( const value_type i1,
const compare_type i2 
)
inlinestatic
   An equality functions for information about insns to split.  

References var_expand_hasher::equal(), and var_expand_hasher::hash().

hashval_t iv_split_hasher::hash ( const value_type ivts)
inlinestatic
   A hash function for information about insns to split.  

References iv_to_split::insn.

static void typed_free_remove< iv_to_split >::remove ( iv_to_split p)
inlinestaticinherited
   Remove with free.  

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