Home | History | Annotate | Download | only in analyzer

Lines Matching refs:switch_stmt

936 /* Get the bounded_ranges instance for EDGE of SWITCH_STMT,
942 const gswitch *switch_stmt)
950 = create_ranges_for_switch (*edge, switch_stmt);
955 /* Get the bounded_ranges instance for EDGE of SWITCH_STMT,
962 const gswitch *switch_stmt)
966 (gimple_switch_num_labels (switch_stmt));
972 = make_case_label_ranges (switch_stmt, case_label);
984 SWITCH_STMT. */
988 make_case_label_ranges (const gswitch *switch_stmt,
1008 (gimple_switch_num_labels (switch_stmt));
1010 other_idx < gimple_switch_num_labels (switch_stmt);
1013 tree other_label = gimple_switch_label (switch_stmt,
1016 = make_case_label_ranges (switch_stmt, other_label);
1021 tree type = TREE_TYPE (gimple_switch_index (switch_stmt));