/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | sancov.c | 146 gswitch *switch_stmt = as_a<gswitch *> (stmt); in instrument_switch() local
|
H A D | tree-ssa-uncprop.c | 172 gswitch *switch_stmt = as_a <gswitch *> (stmt); in associate_equivalences_with_edges() local
|
H A D | tree-ssa-dom.c | 443 gswitch *switch_stmt = as_a <gswitch *> (stmt); in record_edge_info() local 899 if (gswitch *switch_stmt = dyn_cast <gswitch *> (stmt)) in simplify_stmt_for_jump_threading() local
|
H A D | tree-cfg.c | 1606 gswitch *switch_stmt = as_a <gswitch *> (stmt); in cleanup_dead_labels() local 2440 find_taken_edge_switch_expr (const gswitch *switch_stmt, tree val) in find_taken_edge_switch_expr() 2470 find_case_label_for_value (const gswitch *switch_stmt, tree val) in find_case_label_for_value() 5726 gswitch *switch_stmt = as_a <gswitch *> (stmt); in gimple_verify_flow_info() local 5987 gswitch *switch_stmt = as_a <gswitch *> (stmt); in gimple_redirect_edge_and_branch() local
|
H A D | tree-loop-distribution.c | 1057 gswitch *switch_stmt = as_a <gswitch *> (stmt); in generate_loops_for_partition() local
|
H A D | tree-eh.c | 1376 gimple *switch_stmt; in lower_try_finally_switch() local
|
H A D | tree-vrp.c | 4923 if (gswitch *switch_stmt = dyn_cast <gswitch *> (stmt)) in simplify_stmt_for_jump_threading() local
|
H A D | tree-inline.c | 4381 gswitch *switch_stmt = as_a <gswitch *> (stmt); in estimate_num_insns() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | sancov.cc | 146 gswitch *switch_stmt = as_a<gswitch *> (stmt); in instrument_switch() local
|
H A D | tree-ssa-uncprop.cc | 172 gswitch *switch_stmt = as_a <gswitch *> (stmt); in associate_equivalences_with_edges() local
|
H A D | tree-ssa-dom.cc | 443 gswitch *switch_stmt = as_a <gswitch *> (stmt); in record_edge_info() local 691 if (gswitch *switch_stmt = dyn_cast <gswitch *> (stmt)) in simplify() local
|
H A D | tree-ssa-threadedge.cc | 1425 gswitch *switch_stmt = dyn_cast <gswitch *> (stmt); in simplify() local
|
H A D | tree-cfg.cc | 1601 gswitch *switch_stmt = as_a <gswitch *> (stmt); in cleanup_dead_labels() local 2460 find_taken_edge_switch_expr (const gswitch *switch_stmt, tree val) in find_taken_edge_switch_expr() 2490 find_case_label_for_value (const gswitch *switch_stmt, tree val) in find_case_label_for_value() 5775 gswitch *switch_stmt = as_a <gswitch *> (stmt); in gimple_verify_flow_info() local 6036 gswitch *switch_stmt = as_a <gswitch *> (stmt); in gimple_redirect_edge_and_branch() local
|
H A D | tree-vrp.cc | 2450 find_case_label_range (gswitch *switch_stmt, const irange *range_of_op) in find_case_label_range()
|
H A D | tree-loop-distribution.cc | 1067 gswitch *switch_stmt = as_a <gswitch *> (stmt); in generate_loops_for_partition() local
|
H A D | tree-inline.cc | 4438 gswitch *switch_stmt = as_a <gswitch *> (stmt); in estimate_num_insns() local
|
H A D | tree-eh.cc | 1371 gimple *switch_stmt; in lower_try_finally_switch() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
H A D | constraint-manager.cc | 942 const gswitch *switch_stmt) in get_or_create_ranges_for_switch() 962 const gswitch *switch_stmt) in create_ranges_for_switch() 988 make_case_label_ranges (const gswitch *switch_stmt, in make_case_label_ranges()
|
H A D | region-model.cc | 3725 if (const gswitch *switch_stmt = dyn_cast <const gswitch *> (last_stmt)) in maybe_update_for_edge() local 3869 const gswitch *switch_stmt, in apply_constraints_for_gswitch()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
H A D | jit-playback.c | 1796 tree switch_stmt = build2 (SWITCH_EXPR, t_type, t_expr, t_switch_body); in add_switch() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | semantics.c | 1244 finish_switch_cond (tree cond, tree switch_stmt) in finish_switch_cond() 1288 finish_switch_stmt (tree switch_stmt) in finish_switch_stmt()
|
H A D | decl.c | 3603 tree switch_stmt; member 3631 push_switch (tree switch_stmt) in push_switch()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | semantics.cc | 1515 finish_switch_cond (tree cond, tree switch_stmt) in finish_switch_cond() 1559 finish_switch_stmt (tree switch_stmt) in finish_switch_stmt()
|
H A D | decl.cc | 3806 tree switch_stmt; member 3834 push_switch (tree switch_stmt) in push_switch()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
H A D | jit-playback.cc | 2178 tree switch_stmt = build2 (SWITCH_EXPR, t_type, t_expr, t_switch_body); in add_switch() local
|