GCC Middle and Back End API Reference
ana::call_string::element_t Struct Reference

#include <call-string.h>

Collaboration diagram for ana::call_string::element_t:

Public Member Functions

 element_t (const supernode *caller, const supernode *callee)
 
bool operator== (const element_t &other) const
 
bool operator!= (const element_t &other) const
 
functionget_caller_function () const
 
functionget_callee_function () const
 

Data Fields

const supernodem_caller
 
const supernodem_callee
 

Constructor & Destructor Documentation

◆ element_t()

ana::call_string::element_t::element_t ( const supernode * caller,
const supernode * callee )
inline

Member Function Documentation

◆ get_callee_function()

function * ana::call_string::element_t::get_callee_function ( ) const

◆ get_caller_function()

function * ana::call_string::element_t::get_caller_function ( ) const

◆ operator!=()

bool ana::call_string::element_t::operator!= ( const element_t & other) const

◆ operator==()

bool ana::call_string::element_t::operator== ( const element_t & other) const

Field Documentation

◆ m_callee

const supernode* ana::call_string::element_t::m_callee

◆ m_caller

const supernode* ana::call_string::element_t::m_caller

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