Searched refs:max_case (Results 1 – 2 of 2) sorted by relevance
176 tree min_case, max_case; in check_range() local188 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()
625 tree min_case, max_case; in collect_switch_conv_info() local649 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()