HomeSort by: relevance | last modified time | path
    Searched defs:switch_stmt (Results 1 - 25 of 48) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/gcc/
sancov.cc 146 gswitch *switch_stmt = as_a<gswitch *> (stmt); local
147 tree index = gimple_switch_index (switch_stmt);
153 unsigned i, n = gimple_switch_num_labels (switch_stmt), num = 0;
156 tree label = gimple_switch_label (switch_stmt, i);
193 tree label = gimple_switch_label (switch_stmt, i);
sancov.cc 146 gswitch *switch_stmt = as_a<gswitch *> (stmt); local
147 tree index = gimple_switch_index (switch_stmt);
153 unsigned i, n = gimple_switch_num_labels (switch_stmt), num = 0;
156 tree label = gimple_switch_label (switch_stmt, i);
193 tree label = gimple_switch_label (switch_stmt, i);
tree-ssa-uncprop.cc 172 gswitch *switch_stmt = as_a <gswitch *> (stmt); local
173 tree cond = gimple_switch_index (switch_stmt);
178 int i, n_labels = gimple_switch_num_labels (switch_stmt);
186 tree label = gimple_switch_label (switch_stmt, i);
tree-ssa-uncprop.cc 172 gswitch *switch_stmt = as_a <gswitch *> (stmt); local
173 tree cond = gimple_switch_index (switch_stmt);
178 int i, n_labels = gimple_switch_num_labels (switch_stmt);
186 tree label = gimple_switch_label (switch_stmt, i);
tree-ssa-threadedge.cc 1443 gswitch *switch_stmt = dyn_cast <gswitch *> (stmt); local
1444 tree index = gimple_switch_index (switch_stmt);
1446 return find_case_label_range (switch_stmt, &r);
tree-ssa-threadedge.cc 1443 gswitch *switch_stmt = dyn_cast <gswitch *> (stmt); local
1444 tree index = gimple_switch_index (switch_stmt);
1446 return find_case_label_range (switch_stmt, &r);
tree-loop-distribution.cc 1105 gswitch *switch_stmt = as_a <gswitch *> (stmt); local
1107 (switch_stmt, CASE_LOW (gimple_switch_label (switch_stmt, 1)));
tree-ssa-dom.cc 520 gswitch *switch_stmt = as_a <gswitch *> (stmt); local
521 tree index = gimple_switch_index (switch_stmt);
526 int n_labels = gimple_switch_num_labels (switch_stmt);
531 tree label = gimple_switch_label (switch_stmt, i);
tree-loop-distribution.cc 1105 gswitch *switch_stmt = as_a <gswitch *> (stmt); local
1107 (switch_stmt, CASE_LOW (gimple_switch_label (switch_stmt, 1)));
tree-ssa-dom.cc 520 gswitch *switch_stmt = as_a <gswitch *> (stmt); local
521 tree index = gimple_switch_index (switch_stmt);
526 int n_labels = gimple_switch_num_labels (switch_stmt);
531 tree label = gimple_switch_label (switch_stmt, i);
tree-eh.cc 1373 gimple *switch_stmt; local
1556 switch_stmt = gimple_build_switch (finally_tmp, last_case,
1558 gimple_set_location (switch_stmt, finally_loc);
1560 /* Need to link SWITCH_STMT after running replace_goto_queue
1562 gimple_seq_add_stmt (&tf->top_p_seq, switch_stmt);
  /src/external/gpl3/gcc.old/dist/gcc/
sancov.cc 146 gswitch *switch_stmt = as_a<gswitch *> (stmt); local
147 tree index = gimple_switch_index (switch_stmt);
153 unsigned i, n = gimple_switch_num_labels (switch_stmt), num = 0;
156 tree label = gimple_switch_label (switch_stmt, i);
193 tree label = gimple_switch_label (switch_stmt, i);
sancov.cc 146 gswitch *switch_stmt = as_a<gswitch *> (stmt); local
147 tree index = gimple_switch_index (switch_stmt);
153 unsigned i, n = gimple_switch_num_labels (switch_stmt), num = 0;
156 tree label = gimple_switch_label (switch_stmt, i);
193 tree label = gimple_switch_label (switch_stmt, i);
tree-ssa-uncprop.cc 172 gswitch *switch_stmt = as_a <gswitch *> (stmt); local
173 tree cond = gimple_switch_index (switch_stmt);
178 int i, n_labels = gimple_switch_num_labels (switch_stmt);
186 tree label = gimple_switch_label (switch_stmt, i);
tree-ssa-uncprop.cc 172 gswitch *switch_stmt = as_a <gswitch *> (stmt); local
173 tree cond = gimple_switch_index (switch_stmt);
178 int i, n_labels = gimple_switch_num_labels (switch_stmt);
186 tree label = gimple_switch_label (switch_stmt, i);
tree-ssa-threadedge.cc 1425 gswitch *switch_stmt = dyn_cast <gswitch *> (stmt); local
1426 tree index = gimple_switch_index (switch_stmt);
1428 return find_case_label_range (switch_stmt, &r);
tree-ssa-threadedge.cc 1425 gswitch *switch_stmt = dyn_cast <gswitch *> (stmt); local
1426 tree index = gimple_switch_index (switch_stmt);
1428 return find_case_label_range (switch_stmt, &r);
tree-loop-distribution.cc 1067 gswitch *switch_stmt = as_a <gswitch *> (stmt); local
1069 (switch_stmt, CASE_LOW (gimple_switch_label (switch_stmt, 1)));
tree-ssa-dom.cc 443 gswitch *switch_stmt = as_a <gswitch *> (stmt); local
444 tree index = gimple_switch_index (switch_stmt);
449 int n_labels = gimple_switch_num_labels (switch_stmt);
456 tree label = gimple_switch_label (switch_stmt, i);
691 if (gswitch *switch_stmt = dyn_cast <gswitch *> (stmt))
693 tree op = gimple_switch_index (switch_stmt);
698 return find_case_label_range (switch_stmt, vr);
tree-loop-distribution.cc 1067 gswitch *switch_stmt = as_a <gswitch *> (stmt); local
1069 (switch_stmt, CASE_LOW (gimple_switch_label (switch_stmt, 1)));
tree-ssa-dom.cc 443 gswitch *switch_stmt = as_a <gswitch *> (stmt); local
444 tree index = gimple_switch_index (switch_stmt);
449 int n_labels = gimple_switch_num_labels (switch_stmt);
456 tree label = gimple_switch_label (switch_stmt, i);
691 if (gswitch *switch_stmt = dyn_cast <gswitch *> (stmt))
693 tree op = gimple_switch_index (switch_stmt);
698 return find_case_label_range (switch_stmt, vr);
  /src/external/gpl3/gcc/dist/gcc/jit/
jit-playback.cc 2350 tree switch_stmt = build2 (SWITCH_EXPR, t_type, t_expr, t_switch_body); local
2352 set_tree_location (switch_stmt, loc);
2353 add_stmt (switch_stmt);
jit-playback.cc 2350 tree switch_stmt = build2 (SWITCH_EXPR, t_type, t_expr, t_switch_body); local
2352 set_tree_location (switch_stmt, loc);
2353 add_stmt (switch_stmt);
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-playback.cc 2178 tree switch_stmt = build2 (SWITCH_EXPR, t_type, t_expr, t_switch_body); local
2180 set_tree_location (switch_stmt, loc);
2181 add_stmt (switch_stmt);
jit-playback.cc 2178 tree switch_stmt = build2 (SWITCH_EXPR, t_type, t_expr, t_switch_body); local
2180 set_tree_location (switch_stmt, loc);
2181 add_stmt (switch_stmt);

Completed in 65 milliseconds

1 2