Home
last modified time | relevance | path

Searched refs:max_case (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-switch-conversion.c176 tree min_case, max_case; in check_range() local
188 max_case = gimple_switch_label (swtch, branch_num - 1); in check_range()
189 if (CASE_HIGH (max_case) != NULL_TREE) in check_range()
190 range_max = CASE_HIGH (max_case); in check_range()
192 range_max = CASE_LOW (max_case); in check_range()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-switch-conversion.c625 tree min_case, max_case; in collect_switch_conv_info() local
649 max_case = gimple_switch_label (swtch, branch_num - 1); in collect_switch_conv_info()
652 if (CASE_HIGH (max_case) != NULL_TREE) in collect_switch_conv_info()
653 info->range_max = CASE_HIGH (max_case); in collect_switch_conv_info()
655 info->range_max = CASE_LOW (max_case); in collect_switch_conv_info()