HomeSort by: relevance | last modified time | path
    Searched refs:label_bb (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-switch-conversion.h 628 set and to jump to LABEL_BB if the condition is true.
630 PROB is the probability of jumping to LABEL_BB. */
633 basic_block label_bb,
638 PROB is the probability of jumping to LABEL_BB. */
640 basic_block label_bb,
tree-cfg.cc 1411 basic_block label_bb = label_to_block (cfun, lab); local
1412 edge this_edge = find_edge (e->src, label_bb);
1435 basic_block label_bb = gimple_switch_label_bb (cfun, entry, i); local
1436 make_edge (bb, label_bb, 0);
1479 basic_block label_bb = label_to_block (cfun, dest); local
1480 edge e = make_edge (bb, label_bb, EDGE_FALLTHRU);
1501 basic_block label_bb = label_to_block (cfun, label); local
1502 make_edge (bb, label_bb, 0);
5968 basic_block label_bb = gimple_switch_label_bb (cfun, switch_stmt, i); local
5969 gcc_assert (!label_bb->aux || label_bb->aux == (void *)1)
6023 basic_block label_bb = gimple_switch_label_bb (cfun, local
    [all...]
tree-switch-conversion.cc 2252 set and to jump to LABEL_BB if the condition is true.
2254 PROB is the probability of jumping to LABEL_BB. */
2259 basic_block label_bb,
2279 edge true_edge = make_edge (bb, label_bb, EDGE_TRUE_VALUE);
2286 PROB is the probability of jumping to LABEL_BB.
2291 basic_block label_bb,
2310 edge true_edge = make_edge (bb, label_bb, EDGE_TRUE_VALUE);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-switch-conversion.h 620 set and to jump to LABEL_BB if the condition is true.
622 PROB is the probability of jumping to LABEL_BB. */
625 basic_block label_bb,
630 PROB is the probability of jumping to LABEL_BB. */
632 basic_block label_bb,
tree-cfg.cc 1329 basic_block label_bb = label_to_block (cfun, lab); local
1330 edge this_edge = find_edge (e->src, label_bb);
1353 basic_block label_bb = gimple_switch_label_bb (cfun, entry, i); local
1354 make_edge (bb, label_bb, 0);
1397 basic_block label_bb = label_to_block (cfun, dest); local
1398 edge e = make_edge (bb, label_bb, EDGE_FALLTHRU);
1419 basic_block label_bb = label_to_block (cfun, label); local
1420 make_edge (bb, label_bb, 0);
5785 basic_block label_bb = gimple_switch_label_bb (cfun, switch_stmt, i); local
5786 gcc_assert (!label_bb->aux || label_bb->aux == (void *)1)
5840 basic_block label_bb = gimple_switch_label_bb (cfun, local
    [all...]
tree-switch-conversion.cc 2145 set and to jump to LABEL_BB if the condition is true.
2147 PROB is the probability of jumping to LABEL_BB. */
2152 basic_block label_bb,
2171 edge true_edge = make_edge (bb, label_bb, EDGE_TRUE_VALUE);
2178 PROB is the probability of jumping to LABEL_BB.
2183 basic_block label_bb,
2201 edge true_edge = make_edge (bb, label_bb, EDGE_TRUE_VALUE);
  /src/external/gpl3/gcc/dist/gcc/c/
gimple-parser.cc 306 basic_block label_bb = gimple_switch_label_bb (cfun, sw, i); local
307 make_edge (bb, label_bb, 0);
  /src/external/gpl3/gcc.old/dist/gcc/c/
gimple-parser.cc 301 basic_block label_bb = gimple_switch_label_bb (cfun, sw, i); local
302 make_edge (bb, label_bb, 0);

Completed in 28 milliseconds