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 
 
   insn_t   insn 
 
   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

◆ bnd

struct _bnd _list_node::bnd

◆ data

void* _list_node::data

◆ def

struct _def _list_node::def

◆ expr

expr_def _list_node::expr

◆ fence

struct _fence _list_node::fence

◆ insn

insn_t _list_node::insn

◆ next

_list_t _list_node::next

◆ [union]

union { ... } _list_node::u

◆ x

rtx _list_node::x

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