GCC Middle and Back End API Reference
|
#include <cgraph.h>
Data Fields | |
HOST_WIDE_INT | fixed_offset |
HOST_WIDE_INT | virtual_value |
tree | alias |
bool | this_adjusting |
bool | virtual_offset_p |
bool | thunk_p |
Information about thunk, used only for same body aliases.
tree cgraph_thunk_info::alias |
Referenced by cgraph_add_thunk(), ipa_tm_execute(), and ipa_tm_mayenterirr_function().
HOST_WIDE_INT cgraph_thunk_info::fixed_offset |
Referenced by cgraph_add_thunk(), expand_thunk(), and input_node().
bool cgraph_thunk_info::this_adjusting |
Referenced by cgraph_add_thunk(), expand_thunk(), and input_node().
bool cgraph_thunk_info::thunk_p |
Referenced by analyze_function(), assemble_thunks_and_aliases(), associate_varinfo_to_alias(), cgraph_add_thunk(), cgraph_for_node_thunks_and_aliases(), cgraph_function_node(), cgraph_local_node_p(), compute_inline_parameters(), determine_versionability(), expand_thunk(), function_and_variable_visibility(), gather_caller_stats(), has_undead_caller_from_outside_scc_p(), initialize_node_lattices(), inline_analyze_function(), inline_small_functions(), input_node(), input_overwrite_node(), ipa_reverse_postorder(), lto_output(), mark_functions_to_output(), output_in_order(), preserve_function_body_p(), and propagate_constants_accross_call().
bool cgraph_thunk_info::virtual_offset_p |
Referenced by cgraph_add_thunk(), expand_thunk(), and input_node().
HOST_WIDE_INT cgraph_thunk_info::virtual_value |
Referenced by cgraph_add_thunk(), expand_thunk(), and input_node().