Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Det-forest.cc698 et_below (struct et_node *down, struct et_node *up) in et_below() function
812 ASSERT_TRUE (et_below (a, a)); in test_simple_tree()
813 ASSERT_TRUE (et_below (b, a)); in test_simple_tree()
814 ASSERT_TRUE (et_below (c, a)); in test_simple_tree()
815 ASSERT_TRUE (et_below (d, a)); in test_simple_tree()
816 ASSERT_TRUE (et_below (e, a)); in test_simple_tree()
817 ASSERT_TRUE (et_below (f, a)); in test_simple_tree()
819 ASSERT_FALSE (et_below (a, b)); in test_simple_tree()
820 ASSERT_TRUE (et_below (b, b)); in test_simple_tree()
821 ASSERT_FALSE (et_below (c, b)); in test_simple_tree()
[all …]
Det-forest.h78 bool et_below (struct et_node *, struct et_node *);
Ddominance.cc1133 return et_below (n1, n2); in dominated_by_p()
DChangeLog.tree-ssa3499 et_below): Declare.
3514 et_free_tree, et_set_father, et_split, et_nca, et_below): New.
DChangeLog-2003185 et_below): Declare.
200 et_free_tree, et_set_father, et_split, et_nca, et_below): New.
DChangeLog-20172152 * et-forest.c (et_nca, et_below): Likewise.