|
GCC Middle and Back End API Reference
|
#include <cgraph.h>

Data Fields | |
| cgraph_node * | this_node |
| cgraph_function_version_info * | prev |
| cgraph_function_version_info * | next |
| tree | dispatcher_resolver |
| tree | assembler_name |
Function Multiversioning info.
| tree cgraph_function_version_info::assembler_name |
Referenced by expand_target_clones(), and make_dispatcher_decl().
| tree cgraph_function_version_info::dispatcher_resolver |
Referenced by cgraph_node::analyze(), and cgraph_node::dump().
| cgraph_function_version_info* cgraph_function_version_info::next |
Referenced by cgraph_node::add_function_version(), analyze_functions(), create_dispatcher_calls(), cgraph_node::delete_function_version(), cgraph_node::dump(), expand_target_clones(), is_simple_target_clones_case(), make_dispatcher_decl(), redirect_to_specific_clone(), and symbol_table::remove_unreachable_nodes().
| cgraph_function_version_info* cgraph_function_version_info::prev |
| cgraph_node* cgraph_function_version_info::this_node |