Home
last modified time | relevance | path

Searched refs:find_bit_tests (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-switch-conversion.h375 static vec<cluster *> find_bit_tests (vec<cluster *> &clusters);
H A Dtree-switch-conversion.c1316 bit_test_cluster::find_bit_tests (vec<cluster *> &clusters) in find_bit_tests() function
1767 vec<cluster *> n = bit_test_cluster::find_bit_tests (tmp); in analyze_switch_statement()
1781 vec<cluster *> n = bit_test_cluster::find_bit_tests (tmp); in analyze_switch_statement()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-switch-conversion.h395 static vec<cluster *> find_bit_tests (vec<cluster *> &clusters);
H A Dgimple-if-to-switch.cc253 output = bit_test_cluster::find_bit_tests (filtered_clusters); in is_beneficial()
H A Dtree-switch-conversion.cc1318 bit_test_cluster::find_bit_tests (vec<cluster *> &clusters) in find_bit_tests() function in bit_test_cluster
1794 vec<cluster *> output = bit_test_cluster::find_bit_tests (clusters); in analyze_switch_statement()
H A DChangeLog-20206233 * tree-switch-conversion.c (bit_test_cluster::find_bit_tests):
11980 (bit_test_cluster::find_bit_tests): Likewise.
12578 (bit_test_cluster::find_bit_tests): Likewise.
H A DChangeLog-201812114 * tree-switch-conversion.c (bit_test_cluster::find_bit_tests):
18080 (bit_test_cluster::find_bit_tests):
18957 (bit_test_cluster::find_bit_tests): Likewise.
H A DChangeLog-201915839 (bit_test_cluster::find_bit_tests): Likewise for bit tests.
15978 (bit_test_cluster::find_bit_tests): Formatting fix.