Searched refs:expand_switch_using_bit_tests_p (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-switch-conversion.c | 937 if (expand_switch_using_bit_tests_p (gimple_switch_index (swtch), in process_switch()
|
H A D | stmt.c | 2165 expand_switch_using_bit_tests_p (tree index_expr, tree range, in expand_switch_using_bit_tests_p() function 2326 if (expand_switch_using_bit_tests_p (index_expr, range, uniq, count)) in expand_case()
|
H A D | tree.h | 5715 extern bool expand_switch_using_bit_tests_p (tree, tree, unsigned int,
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-switch-conversion.c | 134 expand_switch_using_bit_tests_p (tree range, in expand_switch_using_bit_tests_p() function 1522 if (expand_switch_using_bit_tests_p (info.range_size, in process_switch()
|