Searched refs:sort_case_labels (Results 1 – 7 of 7) sorted by relevance
3139 sort_case_labels (vec<tree> &label_vec) in sort_case_labels() function3273 sort_case_labels (labels); in preprocess_case_label_vec_for_gimple()
1550 sort_case_labels (case_label_vec); in lower_try_finally_switch()3858 sort_case_labels (labels); in lower_eh_dispatch()
1634 extern void sort_case_labels (vec<tree> &);
5799 (sort_case_labels): Do not special case the default label.7096 * gimplify.c (gimplify_switch_expr): Do not call sort_case_labels7605 * tree.h (sort_case_labels): Moved to gimple-ir.h.7606 * gimplify.c (sort_case_labels): Changed to a vector instead of tree
19550 (sort_case_labels): Same.19557 (sort_case_labels): Same.
9759 (compare_case_labels, sort_case_labels,9766 annotate_all_with_location, compare_case_labels, sort_case_labels,
31642 * gimplify.c (sort_case_labels): New. Split out from...31646 * tree.c (sort_case_labels): Add prototype.