#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 |
Definition at line 59 of file et-forest.h.
Definition at line 61 of file et-forest.h.
Referenced by et_new_tree(), first_dom_son(), get_dominated_by(), get_immediate_dominator(), nearest_common_dominator(), next_dom_son(), and set_immediate_dominator().
Definition at line 63 of file et-forest.h.
Referenced by assign_dfs_numbers(), bb_dom_dfs_in(), and dominated_by_p().
Definition at line 63 of file et-forest.h.
Referenced by assign_dfs_numbers(), bb_dom_dfs_out(), and dominated_by_p().
struct et_node * et_node::father [read] |
Definition at line 65 of file et-forest.h.
Referenced by et_free_tree(), et_new_tree(), et_set_father(), et_split(), get_immediate_dominator(), next_dom_son(), and set_immediate_dominator().
struct et_node * et_node::son [read] |
Definition at line 66 of file et-forest.h.
Referenced by assign_dfs_numbers(), et_free_tree(), et_new_tree(), et_set_father(), et_split(), first_dom_son(), get_dominated_by(), next_dom_son(), and redirect_immediate_dominators().
struct et_node * et_node::left [read] |
Definition at line 67 of file et-forest.h.
Referenced by et_new_tree(), et_set_father(), and et_split().
struct et_node * et_node::right [read] |
Definition at line 68 of file et-forest.h.
Referenced by assign_dfs_numbers(), et_new_tree(), et_set_father(), et_split(), and get_dominated_by().
struct et_occ * et_node::rightmost_occ [read] |
Definition at line 70 of file et-forest.h.
Referenced by et_below(), et_free_tree(), et_free_tree_force(), et_nca(), et_new_tree(), et_set_father(), and et_split().
struct et_occ * et_node::parent_occ [read] |
Definition at line 71 of file et-forest.h.
Referenced by et_free_tree_force(), et_new_tree(), et_set_father(), and et_split().
1.5.6