GCC Middle and Back End API Reference
|
Data Fields | |
HOST_WIDE_INT | offset |
HOST_WIDE_INT | size |
tree | constant |
struct ipa_known_agg_contents_list * | next |
Simple linked list, describing known contents of an aggregate beforere call.
tree ipa_known_agg_contents_list::constant |
Known constant value or NULL if the contents is known to be unknown.
struct ipa_known_agg_contents_list* ipa_known_agg_contents_list::next |
Pointer to the next structure in the list.
HOST_WIDE_INT ipa_known_agg_contents_list::offset |
Offset and size of the described part of the aggregate.
HOST_WIDE_INT ipa_known_agg_contents_list::size |
Referenced by get_ssa_def_if_simple_copy().