Home
last modified time | relevance | path

Searched refs:et_node (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Det-forest.h59 struct et_node struct
65 struct et_node *father; /* Father of the node. */ argument
66 struct et_node *son; /* The first of the sons of the node. */ argument
67 struct et_node *left; argument
68 struct et_node *right; /* The brothers of the node. */ argument
74 struct et_node *et_new_tree (void *data); argument
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 *);
79 void et_split (struct et_node *);
[all …]
Det-forest.c43 struct et_node *of; /* The node. */
444 et_new_occ (struct et_node *node) in et_new_occ()
466 struct et_node *
469 struct et_node *nw; in et_new_tree()
472 et_nodes = create_alloc_pool ("et_node pool", sizeof (struct et_node), 300); in et_new_tree()
490 et_free_tree (struct et_node *t) in et_free_tree()
505 et_free_tree_force (struct et_node *t) in et_free_tree_force()
525 et_set_father (struct et_node *t, struct et_node *father) in et_set_father()
527 struct et_node *left, *right; in et_set_father()
582 et_split (struct et_node *t) in et_split()
[all …]
Ddominance.c569 assign_dfs_numbers (struct et_node *node, int *num) in assign_dfs_numbers()
571 struct et_node *son; in assign_dfs_numbers()
677 struct et_node *node = bb->dom[dir]; in get_immediate_dominator()
693 struct et_node *node = bb->dom[dir]; in set_immediate_dominator()
717 struct et_node *node = bb->dom[dir], *son = node->son, *ason; in get_dominated_by()
769 struct et_node *bb_node = bb->dom[dir], *to_node = to->dom[dir], *son; in redirect_immediate_dominators()
901 struct et_node *n1 = bb1->dom[dir], *n2 = bb2->dom[dir]; in dominated_by_p()
917 struct et_node *n = bb->dom[dir]; in bb_dom_dfs_in()
928 struct et_node *n = bb->dom[dir]; in bb_dom_dfs_out()
1080 struct et_node *son = bb->dom[dir]->son; in first_dom_son()
[all …]
Dbasic-block.h230 struct et_node * GTY ((skip (""))) dom[2];
DChangeLog.tree-ssa3497 (struct et_node): New.
DChangeLog-2003183 (struct et_node): New.