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

/haiku-buildtools/gcc/gcc/
H A Dtree-switch-conversion.c647 tree min_case, max_case;
696 max_case = gimple_switch_label (swtch, branch_num - 1);
699 if (CASE_HIGH (max_case) != NULL_TREE)
700 info->range_max = CASE_HIGH (max_case);
702 info->range_max = CASE_LOW (max_case);
644 tree min_case, max_case; local
/haiku-buildtools/legacy/gcc/gcc/java/
H A Djcf-write.c212 HOST_WIDE_INT min_case, max_case; member in struct:jcf_switch_state
1595 sw_state->max_case = case_value;
1601 if (case_value > sw_state->max_case)
1602 sw_state->max_case = case_value;
1692 >= sw_state.max_case - sw_state.min_case)
1695 RESERVE (13 + 4 * (sw_state.max_case - sw_state.min_case + 1));
1700 OP4 (sw_state.max_case);
1707 if (i == sw_state.max_case)

Completed in 51 milliseconds