GCC Middle and Back End API Reference
peel_info_hasher Struct Reference

#include <tree-vectorizer.h>

Inheritance diagram for peel_info_hasher:
Collaboration diagram for peel_info_hasher:

Public Types

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

Detailed Description

   Peeling hashtable helpers.  

Member Typedef Documentation


Member Function Documentation

bool peel_info_hasher::equal ( const value_type a,
const compare_type b 
)
inlinestatic
hashval_t peel_info_hasher::hash ( const value_type peel_info)
inlinestatic
static void typed_free_remove< _vect_peel_info >::remove ( _vect_peel_info p)
inlinestaticinherited
   Remove with free.  

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