Lines Matching refs:switch_stmt
2445 /* Given a SWITCH_STMT, return the case label that encompasses the
2450 find_case_label_range (gswitch *switch_stmt, const irange *range_of_op)
2458 tree op = gimple_switch_index (switch_stmt);
2462 find_case_label_range (switch_stmt, tmin, tmax, &i, &j);
2467 tree label = gimple_switch_label (switch_stmt, i);
2480 return gimple_switch_label (switch_stmt, 0);
2488 unsigned n = gimple_switch_num_labels (switch_stmt);
2489 tree min_label = gimple_switch_label (switch_stmt, 1);
2490 tree max_label = gimple_switch_label (switch_stmt, n - 1);
2499 return gimple_switch_label (switch_stmt, 0);