GCC Middle and Back End API Reference
cgraph_order_sort Struct Reference
Collaboration diagram for cgraph_order_sort:

Data Fields

enum cgraph_order_sort_kind kind
union {
   struct cgraph_node *   f
   struct varpool_node *   v
   struct asm_node *   a
u

Field Documentation

struct asm_node* cgraph_order_sort::a

Referenced by expand_all_functions().

struct cgraph_node* cgraph_order_sort::f

Referenced by expand_all_functions().

enum cgraph_order_sort_kind cgraph_order_sort::kind
union { ... } cgraph_order_sort::u

Referenced by expand_all_functions().

struct varpool_node* cgraph_order_sort::v

Referenced by expand_all_functions().


The documentation for this struct was generated from the following file: