Searched refs:et_new_tree (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | et-forest.c | 463 et_new_tree (void *data) in et_new_tree() function 782 et_node *n = et_new_tree (test_data); in test_single_node() 799 et_node *a = et_new_tree (NULL); in test_simple_tree() 800 et_node *b = et_new_tree (NULL); in test_simple_tree() 801 et_node *c = et_new_tree (NULL); in test_simple_tree() 802 et_node *d = et_new_tree (NULL); in test_simple_tree() 803 et_node *e = et_new_tree (NULL); in test_simple_tree() 804 et_node *f = et_new_tree (NULL); in test_simple_tree() 862 et_node *a = et_new_tree (NULL); in test_disconnected_nodes() 863 et_node *b = et_new_tree (NULL); in test_disconnected_nodes()
|
H A D | et-forest.h | 71 struct et_node *et_new_tree (void *data);
|
H A D | dominance.c | 729 b->dom[dir_index] = et_new_tree (b); in calculate_dominance_info() 774 bb->dom[dir_index] = et_new_tree (bb); in calculate_dominance_info_for_region() 1555 bb->dom[dir_index] = et_new_tree (bb); in add_to_dominance_info()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | et-forest.cc | 463 et_new_tree (void *data) in et_new_tree() function 782 et_node *n = et_new_tree (test_data); in test_single_node() 799 et_node *a = et_new_tree (NULL); in test_simple_tree() 800 et_node *b = et_new_tree (NULL); in test_simple_tree() 801 et_node *c = et_new_tree (NULL); in test_simple_tree() 802 et_node *d = et_new_tree (NULL); in test_simple_tree() 803 et_node *e = et_new_tree (NULL); in test_simple_tree() 804 et_node *f = et_new_tree (NULL); in test_simple_tree() 862 et_node *a = et_new_tree (NULL); in test_disconnected_nodes() 863 et_node *b = et_new_tree (NULL); in test_disconnected_nodes()
|
H A D | et-forest.h | 71 struct et_node *et_new_tree (void *data);
|
H A D | dominance.cc | 736 b->dom[dir_index] = et_new_tree (b); in calculate_dominance_info() 781 bb->dom[dir_index] = et_new_tree (bb); in calculate_dominance_info_for_region() 1562 bb->dom[dir_index] = et_new_tree (bb); in add_to_dominance_info()
|
H A D | ChangeLog.tree-ssa | 3498 (et_new_tree, et_free_tree, et_set_father, et_split, et_nca, 3513 check_path_after, et_splay, et_new_occ, et_new_tree,
|
H A D | ChangeLog-2003 | 184 (et_new_tree, et_free_tree, et_set_father, et_split, et_nca, 199 check_path_after, et_splay, et_new_occ, et_new_tree,
|
H A D | ChangeLog-2015 | 22955 (et_new_tree): Likewise. 30589 (et_new_tree): Likewise.
|
H A D | ChangeLog-2008 | 15655 * et-forest.c (et_new_occ, et_new_tree): Likewise.
|