|
GCC Middle and Back End API Reference
|
#include <et-forest.h>

Data Fields | |
| void * | data |
| int | dfs_num_in |
| int | dfs_num_out |
| struct et_node * | father |
| struct et_node * | son |
| struct et_node * | left |
| struct et_node * | right |
| struct et_occ * | rightmost_occ |
| struct et_occ * | parent_occ |
The node representing the node in an et tree.
| void* et_node::data |
Referenced by free_dominance_info(), and get_dominated_to_depth().
| int et_node::dfs_num_in |
Referenced by nearest_common_dominator_for_set().
| int et_node::dfs_num_out |
Referenced by nearest_common_dominator_for_set().
| 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 |
| struct et_node* et_node::son |
Referenced by add_to_dominance_info(), free_dominance_info(), and get_dominated_by_region().