Home
last modified time | relevance | path

Searched refs:expand_case (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dstmt.h48 extern void expand_case (gswitch *);
H A Dstmt.cc881 expand_case (gswitch *stmt) in expand_case() function
H A DChangeLog.gimple-classes4665 * expr.h (expand_case): Likewise.
4668 (expand_case): Likewise.
H A DChangeLog-2012859 (expand_case): Likewise.
7761 (expand_case): Compute and propagate default edge probability to
11312 * tree.h (expand_case): Move prototype ...
11313 * expr.h (expand_case): ...here.
11316 (expand_case): Use a pointer set instead of a bitmap for
12090 * stmt.c (expand_case): Simplify using the fact that every GIMPLE
19889 (expand_case): Split out code generation parts into new functions.
19890 (expand_switch_as_decision_tree_p): Split out from expand_case.
20047 (expand_case): Remove expand_switch_using_bit_tests_p code.
26055 * stmt.c (expand_case): Remove special flag_pic case conditional
[all …]
H A Dcfgexpand.cc3890 expand_case (swtch); in expand_gimple_stmt_1()
H A DChangeLog-20042731 * stmt.c (expand_case): Likewise.
6569 * stmt.c (expand_case): Speed up code to detect duplicate case
7562 * stmt.c (expand_case): Update a comment.
7566 * stmt.c (expand_case): Put an assertion that index_expr is
7582 * stmt.c (expand_case): Remove code to handle SWITCH_EXPR with
7748 * stmt.c (expand_case): Remove an obsolete comment.
7793 * stmt.c (expand_case): Handle the default label outside of
9176 (expand_case): Avoid unnessary computation and memory allocation
13781 expand_anon_union_decl, emit_case_bit_tests, expand_case): Likewise.
16957 * stmt.c (shift_return_value, expand_case, estimate_case_costs):
[all …]
H A DChangeLog-201712403 * stmt.c (expand_case): Likewise.
19687 (expand_case): Likewise.
19698 (expand_case): Build list of simple_case_node.
21350 (expand_case): Don't rely on default_edge being the first edge,
26049 (expand_case): Update.
26160 * stmt.c (expand_case): Assert NCASES is greater than one.
31615 (expand_case) <default_label>: Remove unneeded initialization.
H A DChangeLog-20088556 * stmt.c (expand_case): Use optimize_insn_for_size_p.
15813 expand_case): Likewise.
23245 * stmt.c (expand_case): Pass fallback label to try_casesi,
23363 (expand_case): Do not rely on the default label to be present.
H A DChangeLog-200516584 * stmt.c (expand_case): Use build_int_cst.
29436 * stmt.c (expand_case): Don't change index_type. Convert minval
31343 * stmt.c (expand_case): Don't assume cleanup_tree_cfg will remove
31443 * stmt.c (expand_case): Likewise.
H A DChangeLog-200910999 (expand_case): Rewrite to take gimple statement.
11001 (expand_case): Change prototype.
26203 * stmt.c (expand_case): Use case_values_threshold target hook.
H A DChangeLog-20071612 * stmt.c (expand_case): Likewise.
8353 (expand_case): New allocation pool case_node_pool. Initialize it,
20483 * stmt.c (expand_case): Do not call squeeze_notes.
H A DChangeLog-201516323 * stmt.c (expand_case, expand_sjlj_dispatch_table): Likewise.
22988 * stmt.c (expand_case): Likewise.
30428 (expand_case): Likewise.
31841 (expand_case): Use rtx_code_label instread of rtx where feasible.
H A DChangeLog-200616041 * stmt.c (expand_case): Don't emit NOTE_INSN_DELETED notes.
16824 * stmt.c (expand_case): Likewise.
H A DChangeLog-20104105 (expand_case): Use it.
17103 * stmt.c (expand_case): Likewise.
H A DChangeLog-201425620 * stmt.c (expand_case): Strengthen local "before_case" from rtx to
40072 * stmt.c (expand_case): Likewise.
H A DChangeLog-201812147 (expand_case): Likewise.
H A DChangeLog-201919844 * stmt.c (expand_case): Try to narrow the index type if it's larger
H A DChangeLog-201119834 (expand_case): Use case_values_threshold.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dstmt.h48 extern void expand_case (gswitch *);
H A Dstmt.c876 expand_case (gswitch *stmt) in expand_case() function
H A Dcfgexpand.c3710 expand_case (swtch); in expand_gimple_stmt_1()