GCC Middle and Back End API Reference
ipa_agg_replacement_value Struct Reference

#include <ipa-prop.h>

Collaboration diagram for ipa_agg_replacement_value:

Data Fields

struct ipa_agg_replacement_valuenext
HOST_WIDE_INT offset
tree value
int index
bool by_ref

Detailed Description

   Information about replacements done in aggregates for a given node (each
   node has its linked list).  

Field Documentation

bool ipa_agg_replacement_value::by_ref
     Whether the value was passed by reference.  

Referenced by ipa_prop_write_all_agg_replacement().

int ipa_agg_replacement_value::index
struct ipa_agg_replacement_value* ipa_agg_replacement_value::next
HOST_WIDE_INT ipa_agg_replacement_value::offset

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