GCC Middle and Back End API Reference
|
#include <ipa-prop.h>
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 |
ipa_edge_args stores information related to a callsite and particularly its arguments. It can be accessed by the IPA_EDGE_REF macro.
|
inline |
|
inline |
vec<ipa_jump_func, va_gc>* ipa_edge_args::jump_functions |
Referenced by ipa_edge_args_sum_t::duplicate(), and ~ipa_edge_args().
vec<ipa_polymorphic_call_context, va_gc>* ipa_edge_args::polymorphic_call_contexts |
Referenced by ipa_edge_args_sum_t::duplicate(), and ~ipa_edge_args().