GCC Middle and Back End API Reference
|
#include <ipa-prop.h>
Data Fields | |
struct ipa_known_type_data | known_type |
struct ipa_constant_data | constant |
struct ipa_pass_through_data | pass_through |
struct ipa_ancestor_jf_data | ancestor |
Represents a value of a jump function. pass_through is used only in jump function context. constant represents the actual constant in constant jump functions and member_cst holds constant c++ member functions.
struct ipa_ancestor_jf_data ipa_jump_func::jump_func_value::ancestor |
Referenced by ipa_analyze_node(), and ipa_set_jf_simple_pass_through().
struct ipa_constant_data ipa_jump_func::jump_func_value::constant |
struct ipa_known_type_data ipa_jump_func::jump_func_value::known_type |
Referenced by ipa_initialize_node_params(), and ipa_set_jf_arith_pass_through().
struct ipa_pass_through_data ipa_jump_func::jump_func_value::pass_through |