GCC Middle and Back End API Reference
ana::frame_region::key_t Struct Reference

#include <region.h>

Collaboration diagram for ana::frame_region::key_t:

Public Member Functions

 key_t (const frame_region *calling_frame, const function &fun)
 
hashval_t hash () const
 
bool operator== (const key_t &other) const
 
void mark_deleted ()
 
void mark_empty ()
 
bool is_deleted () const
 
bool is_empty () const
 

Data Fields

const frame_regionm_calling_frame
 
const functionm_fun
 

Constructor & Destructor Documentation

◆ key_t()

ana::frame_region::key_t::key_t ( const frame_region * calling_frame,
const function & fun )
inline

Member Function Documentation

◆ hash()

hashval_t ana::frame_region::key_t::hash ( ) const
inline

References ggc_alloc(), m_calling_frame, and m_fun.

◆ is_deleted()

bool ana::frame_region::key_t::is_deleted ( ) const
inline

References m_fun.

◆ is_empty()

bool ana::frame_region::key_t::is_empty ( ) const
inline

References m_fun, and NULL.

◆ mark_deleted()

void ana::frame_region::key_t::mark_deleted ( )
inline

References m_fun.

◆ mark_empty()

void ana::frame_region::key_t::mark_empty ( )
inline

References m_fun, and NULL.

◆ operator==()

bool ana::frame_region::key_t::operator== ( const key_t & other) const
inline

References m_calling_frame, and m_fun.

Field Documentation

◆ m_calling_frame

const frame_region* ana::frame_region::key_t::m_calling_frame

Referenced by hash(), and operator==().

◆ m_fun

const function* ana::frame_region::key_t::m_fun

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