GCC Middle and Back End API Reference
|
Data Fields | |
enum cgraph_order_sort_kind | kind |
union { | |
struct cgraph_node * f | |
struct varpool_node * v | |
struct asm_node * a | |
} | u |
struct asm_node* cgraph_order_sort::a |
Referenced by output_in_order().
struct cgraph_node* cgraph_order_sort::f |
Referenced by output_in_order().
enum cgraph_order_sort_kind cgraph_order_sort::kind |
Referenced by output_in_order().
union { ... } cgraph_order_sort::u |
Referenced by output_in_order().
struct varpool_node* cgraph_order_sort::v |
Referenced by output_in_order().