GCC Middle and Back End API Reference
_list_node Struct Reference

#include <sel-sched-ir.h>

Collaboration diagram for _list_node:

Data Fields

_list_t next
union {
   rtx   x
   struct _bnd   bnd
   expr_def   expr
   struct _fence   fence
   struct _def   def
   void *   data
u

Detailed Description

   List node information.  A list node can be any of the types above.  

Field Documentation

struct _bnd _list_node::bnd
void* _list_node::data
struct _def _list_node::def
expr_def _list_node::expr
struct _fence _list_node::fence
_list_t _list_node::next
union { ... } _list_node::u
rtx _list_node::x

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