GCC Middle and Back End API Reference
ipa_edge_args Struct Reference

#include <ipa-prop.h>

Collaboration diagram for ipa_edge_args:

Data Fields

vec< ipa_jump_func_t, va_gc > * jump_functions

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.  

Field Documentation

vec<ipa_jump_func_t, va_gc>* ipa_edge_args::jump_functions
     Vector of the callsite's jump function of each parameter.  

Referenced by ipa_get_controlled_uses(), and ipa_set_param_used().


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