|
GCC Middle and Back End API Reference
|
#include <sel-sched-ir.h>

Data Fields | |
| _list_t | next |
| union { | |
| rtx x | |
| struct _bnd bnd | |
| expr_def expr | |
| struct _fence fence | |
| struct _def def | |
| void * data | |
| } | u |
List node information. A list node can be any of the types above.
| 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 |