GCC Middle and Back End API Reference
ipa_agg_jump_function Struct Reference

#include <ipa-prop.h>

Collaboration diagram for ipa_agg_jump_function:

Data Fields

vec< ipa_agg_jf_item_t, va_gc > * items
bool by_ref

Detailed Description

Aggregate jump function - i.e. description of contents of aggregates passed either by reference or value.


Field Documentation

bool ipa_agg_jump_function::by_ref

True if the data was passed by reference (as opposed to by value).

Referenced by ipa_analyze_node().

vec<ipa_agg_jf_item_t, va_gc>* ipa_agg_jump_function::items

Description of the individual items.

Referenced by intersect_with_agg_replacements(), ipa_analyze_node(), and merge_aggregate_lattices().


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