GCC Middle and Back End API Reference
ipa_known_type_data Struct Reference

#include <ipa-prop.h>

Data Fields

HOST_WIDE_INT offset
tree base_type
tree component_type

Detailed Description

Structure holding data required to describe a known type jump function.


Field Documentation

tree ipa_known_type_data::base_type

Type of the whole object.

Referenced by ipa_initialize_node_params(), and ipa_set_jf_arith_pass_through().

tree ipa_known_type_data::component_type

Type of the component of the object that is being described.

Referenced by ipa_set_jf_arith_pass_through().

HOST_WIDE_INT ipa_known_type_data::offset

Offset of the component of the base_type being described.

Referenced by ipa_set_jf_arith_pass_through().


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