Home
last modified time | relevance | path

Searched defs:switch_stmt (Results 1 – 25 of 31) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsancov.c146 gswitch *switch_stmt = as_a<gswitch *> (stmt); in instrument_switch() local
H A Dtree-ssa-uncprop.c172 gswitch *switch_stmt = as_a <gswitch *> (stmt); in associate_equivalences_with_edges() local
H A Dtree-ssa-dom.c443 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 Dtree-cfg.c1606 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 Dtree-loop-distribution.c1057 gswitch *switch_stmt = as_a <gswitch *> (stmt); in generate_loops_for_partition() local
H A Dtree-eh.c1376 gimple *switch_stmt; in lower_try_finally_switch() local
H A Dtree-vrp.c4923 if (gswitch *switch_stmt = dyn_cast <gswitch *> (stmt)) in simplify_stmt_for_jump_threading() local
H A Dtree-inline.c4381 gswitch *switch_stmt = as_a <gswitch *> (stmt); in estimate_num_insns() local
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsancov.cc146 gswitch *switch_stmt = as_a<gswitch *> (stmt); in instrument_switch() local
H A Dtree-ssa-uncprop.cc172 gswitch *switch_stmt = as_a <gswitch *> (stmt); in associate_equivalences_with_edges() local
H A Dtree-ssa-dom.cc443 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 Dtree-ssa-threadedge.cc1425 gswitch *switch_stmt = dyn_cast <gswitch *> (stmt); in simplify() local
H A Dtree-cfg.cc1601 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 Dtree-vrp.cc2450 find_case_label_range (gswitch *switch_stmt, const irange *range_of_op) in find_case_label_range()
H A Dtree-loop-distribution.cc1067 gswitch *switch_stmt = as_a <gswitch *> (stmt); in generate_loops_for_partition() local
H A Dtree-inline.cc4438 gswitch *switch_stmt = as_a <gswitch *> (stmt); in estimate_num_insns() local
H A Dtree-eh.cc1371 gimple *switch_stmt; in lower_try_finally_switch() local
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dconstraint-manager.cc942 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 Dregion-model.cc3725 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 Djit-playback.c1796 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 Dsemantics.c1244 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 Ddecl.c3603 tree switch_stmt; member
3631 push_switch (tree switch_stmt) in push_switch()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dsemantics.cc1515 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 Ddecl.cc3806 tree switch_stmt; member
3834 push_switch (tree switch_stmt) in push_switch()
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-playback.cc2178 tree switch_stmt = build2 (SWITCH_EXPR, t_type, t_expr, t_switch_body); in add_switch() local

12