GCC Middle and Back End API Reference
node_sched_params Struct Reference

Data Fields

int time
int row
int stage
int column

Detailed Description

   The scheduling parameters held for each node.  

Field Documentation

int node_sched_params::column
     The column of a node inside the ps.  If nodes u, v are on the same row,
     u will precede v if column (u) < column (v).  
int node_sched_params::row
int node_sched_params::stage
int node_sched_params::time

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