Searched refs:common_test_p (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | genrecog.c | 1750 common_test_p (decision *d, transition *common, vec <transition *> *where) in common_test_p() function 1767 if (!common_test_p (subd, common, where)) in common_test_p() 1908 if (common_test_p (outer, trans, where)) in find_common_test() 1919 if (!common_test_p (outer_end->next, trans, where)) in find_common_test()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | genrecog.cc | 1748 common_test_p (decision *d, transition *common, vec <transition *> *where) in common_test_p() function 1765 if (!common_test_p (subd, common, where)) in common_test_p() 1906 if (common_test_p (outer, trans, where)) in find_common_test() 1917 if (!common_test_p (outer_end->next, trans, where)) in find_common_test()
|