GCC Middle and Back End API Reference
|
Data Fields | |
cgraph_2edge_hook | hook |
void * | data |
struct cgraph_2edge_hook_list * | next |
List of hooks triggered on events involving two cgraph_edges.
void* cgraph_2edge_hook_list::data |
Referenced by cgraph_add_function_insertion_hook(), and cgraph_call_function_insertion_hooks().
cgraph_2edge_hook cgraph_2edge_hook_list::hook |
Referenced by cgraph_add_function_insertion_hook(), and cgraph_call_function_insertion_hooks().
struct cgraph_2edge_hook_list* cgraph_2edge_hook_list::next |