Searched refs:et_node (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Det-forest.h59 struct et_node struct
65 struct et_node *father; /* Father of the node. */
66 struct et_node *son; /* The first of the sons of the node. */
67 struct et_node *left;
68 struct et_node *right; /* The brothers of the node. */
74 struct et_node *et_new_tree (void *data);
75 void et_free_tree (struct et_node *);
76 void et_free_tree_force (struct et_node *);
78 void et_set_father (struct et_node *, struct et_node *);
[all...]
H A Det-forest.c43 struct et_node *of; /* The node. */
444 et_new_occ (struct et_node *node)
466 struct et_node *
469 struct et_node *nw;
472 et_nodes = create_alloc_pool ("et_node pool", sizeof (struct et_node), 300);
490 et_free_tree (struct et_node *t)
505 et_free_tree_force (struct et_node *t)
525 et_set_father (struct et_node *t, struct et_node *fathe
[all...]
H A Ddominance.c569 assign_dfs_numbers (struct et_node *node, int *num)
571 struct et_node *son;
677 struct et_node *node = bb->dom[dir];
693 struct et_node *node = bb->dom[dir];
717 struct et_node *node = bb->dom[dir], *son = node->son, *ason;
769 struct et_node *bb_node = bb->dom[dir], *to_node = to->dom[dir], *son;
901 struct et_node *n1 = bb1->dom[dir], *n2 = bb2->dom[dir];
917 struct et_node *n = bb->dom[dir];
928 struct et_node *n = bb->dom[dir];
1080 struct et_node *so
[all...]
H A Dbasic-block.h230 struct et_node * GTY ((skip (""))) dom[2];

Completed in 67 milliseconds