GCC Middle and Back End API Reference
ddg_node Struct Reference

#include <ddg.h>

Collaboration diagram for ddg_node:

Data Fields

int cuid
rtx insn
rtx first_note
ddg_edge_ptr in
ddg_edge_ptr out
sbitmap successors
sbitmap predecessors
union {
   int   count
   void *   info
aux

Detailed Description

A structure that represents a node in the DDG.   

Field Documentation

int ddg_node::count
rtx ddg_node::first_note

Referenced by ps_first_note(), and sms_schedule().

void* ddg_node::info

Referenced by calculate_order_params().

sbitmap ddg_node::predecessors
sbitmap ddg_node::successors

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