GCC Middle and Back End API Reference
loop_exit_hasher Struct Reference

#include <cfgloop.h>

Inheritance diagram for loop_exit_hasher:
Collaboration diagram for loop_exit_hasher:

Public Types

typedef edge compare_type
 
typedef loop_exitvalue_type
 

Static Public Member Functions

static hashval_t hash (loop_exit *)
 
static bool equal (loop_exit *, edge)
 
static void remove (loop_exit *)
 
static hashval_t hash (const value_type &)
 
static bool equal (const value_type &existing, const compare_type &candidate)
 
static void mark_deleted (loop_exit *&)
 
static void mark_empty (loop_exit *&)
 
static bool is_deleted (loop_exit *)
 
static bool is_empty (loop_exit *)
 
static void remove (loop_exit *&)
 
static void ggc_mx (loop_exit *&p)
 
static void ggc_maybe_mx (loop_exit *&p)
 
static void pch_nx (loop_exit *&p)
 
static void pch_nx (loop_exit *&p, gt_pointer_operator op, void *cookie)
 

Static Public Attributes

static const bool empty_zero_p
 

Member Typedef Documentation

◆ compare_type

◆ value_type

typedef loop_exit* pointer_hash< loop_exit >::value_type
inherited

Member Function Documentation

◆ equal() [1/2]

bool loop_exit_hasher::equal ( loop_exit * exit,
edge e )
static
Equality function for struct loop_exit.  Compares with edge.   

References loop_exit::e.

◆ equal() [2/2]

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

◆ ggc_maybe_mx()

static void ggc_remove< loop_exit * >::ggc_maybe_mx ( loop_exit * & p)
inlinestaticinherited

◆ ggc_mx()

static void ggc_remove< loop_exit * >::ggc_mx ( loop_exit * & p)
inlinestaticinherited

◆ hash() [1/2]

hashval_t loop_exit_hasher::hash ( loop_exit * exit)
static
Hash function for struct loop_exit.   

References loop_exit::e.

◆ hash() [2/2]

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

◆ is_deleted()

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

◆ is_empty()

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

◆ mark_deleted()

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

◆ mark_empty()

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

◆ pch_nx() [1/2]

static void ggc_remove< loop_exit * >::pch_nx ( loop_exit * & p)
inlinestaticinherited

◆ pch_nx() [2/2]

static void ggc_remove< loop_exit * >::pch_nx ( loop_exit * & p,
gt_pointer_operator op,
void * cookie )
inlinestaticinherited

◆ remove() [1/2]

static void ggc_remove< loop_exit * >::remove ( loop_exit * & )
inlinestaticinherited

◆ remove() [2/2]

void loop_exit_hasher::remove ( loop_exit * exit)
static
Frees the list of loop exit descriptions EX.   

References ggc_free(), loop_exit::next, loop_exit::next_e, and loop_exit::prev.

Referenced by rescan_loop_exit().

Field Documentation

◆ empty_zero_p

const bool pointer_hash< loop_exit >::empty_zero_p
staticinherited

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