GCC Middle and Back End API Reference
|
#include <ipa-prop.h>
Data Fields | |
HOST_WIDE_INT | offset |
tree | base_type |
tree | component_type |
Structure holding data required to describe a known type jump function.
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().