GCC Middle and Back End API Reference
et_node Struct Reference

#include <et-forest.h>

Collaboration diagram for et_node:

Data Fields

void * data
int dfs_num_in
int dfs_num_out
struct et_nodefather
struct et_nodeson
struct et_nodeleft
struct et_noderight
struct et_occrightmost_occ
struct et_occparent_occ

Detailed Description

   The node representing the node in an et tree.  

Field Documentation

void* et_node::data
int et_node::dfs_num_in
int et_node::dfs_num_out
struct et_node* et_node::father
struct et_node* et_node::left

Referenced by et_split().

struct et_occ* et_node::parent_occ
struct et_node* et_node::right

Referenced by et_split(), and free_dominance_info().

struct et_occ* et_node::rightmost_occ

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