GCC Middle and Back End API Reference
ipa_edge_args Class Reference

#include <ipa-prop.h>

Collaboration diagram for ipa_edge_args:

Public Member Functions

 ipa_edge_args ()
 
 ~ipa_edge_args ()
 

Data Fields

vec< ipa_jump_func, va_gc > * jump_functions
 
vec< ipa_polymorphic_call_context, va_gc > * polymorphic_call_contexts
 

Detailed Description

ipa_edge_args stores information related to a callsite and particularly its
arguments.  It can be accessed by the IPA_EDGE_REF macro.   

Constructor & Destructor Documentation

◆ ipa_edge_args()

ipa_edge_args::ipa_edge_args ( )
inline

◆ ~ipa_edge_args()

ipa_edge_args::~ipa_edge_args ( )
inline

Field Documentation

◆ jump_functions

vec<ipa_jump_func, va_gc>* ipa_edge_args::jump_functions

Referenced by ~ipa_edge_args().

◆ polymorphic_call_contexts

vec<ipa_polymorphic_call_context, va_gc>* ipa_edge_args::polymorphic_call_contexts

Referenced by ~ipa_edge_args().


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