Searched refs:EDGE_FALLTHRU (Results 1 - 25 of 64) sorted by relevance

123

/haiku-buildtools/gcc/gcc/
H A Dcfgrtl.c550 gcc_assert (e->flags & EDGE_FALLTHRU);
671 && e->flags & EDGE_FALLTHRU)
694 && e->flags & EDGE_FALLTHRU)
1194 e->flags = EDGE_FALLTHRU;
1330 if (e->flags & EDGE_FALLTHRU)
1430 if ((e->flags & EDGE_FALLTHRU)
1564 abnormal_edge_flags = e->flags & ~EDGE_FALLTHRU;
1565 e->flags &= EDGE_FALLTHRU;
1569 gcc_assert (e->flags & EDGE_FALLTHRU);
1602 EDGE_FALLTHRU);
1594 EDGE_FALLTHRU); local
[all...]
H A Dcfgbuild.c247 make_edge (ENTRY_BLOCK_PTR_FOR_FN (cfun), min, EDGE_FALLTHRU);
391 if (e && e->flags & EDGE_FALLTHRU)
401 EDGE_FALLTHRU);
405 cached_make_edge (edge_cache, bb, bb->next_bb, EDGE_FALLTHRU);
244 make_edge (ENTRY_BLOCK_PTR_FOR_FN (cfun), min, EDGE_FALLTHRU); local
H A Dloop-doloop.c417 make_edge (bb, dest, (*e)->flags & ~EDGE_FALLTHRU);
602 desc->in_edge->flags &= ~EDGE_FALLTHRU;
603 desc->out_edge->flags |= EDGE_FALLTHRU;
H A Dbasic-block.h304 #define FALLTHRU_EDGE(bb) (EDGE_SUCC ((bb), 0)->flags & EDGE_FALLTHRU \
308 #define BRANCH_EDGE(bb) (EDGE_SUCC ((bb), 0)->flags & EDGE_FALLTHRU \
571 if (e->flags & EDGE_FALLTHRU)
H A Dtree-cfgcleanup.c102 if ((e->flags & EDGE_FALLTHRU) != 0)
105 e->flags &= ~EDGE_FALLTHRU;
188 taken_edge->flags = EDGE_FALLTHRU;
262 /* And set EDGE_FALLTHRU. */
263 e->flags |= EDGE_FALLTHRU;
H A Dvalue-prof.c811 e12->flags &= ~EDGE_FALLTHRU;
822 e24 = make_edge (bb2, bb4, EDGE_FALLTHRU);
976 e12->flags &= ~EDGE_FALLTHRU;
987 e24 = make_edge (bb2, bb4, EDGE_FALLTHRU);
1140 e12->flags &= ~EDGE_FALLTHRU;
1151 e23->flags &= ~EDGE_FALLTHRU;
1476 e_cd->flags = (e_cd->flags & ~EDGE_FALLTHRU) | EDGE_TRUE_VALUE;
1492 e_dj = make_edge (dcall_bb, join_bb, EDGE_FALLTHRU);
1773 e_ci->flags = (e_ci->flags & ~EDGE_FALLTHRU) | EDGE_TRUE_VALUE;
1783 e_ij = make_edge (icall_bb, join_bb, EDGE_FALLTHRU);
[all...]
H A Dtree-switch-conversion.c141 e_true->flags &= ~EDGE_FALLTHRU;
144 e_false->flags &= ~EDGE_FALLTHRU;
498 make_edge (gsi_bb (gsi), new_default_bb, EDGE_FALLTHRU);
1313 e02->flags &= ~EDGE_FALLTHRU;
1320 e1f = make_edge (bb1, bbf, EDGE_FALLTHRU);
1324 e2f = make_edge (bb2, bbf, EDGE_FALLTHRU);
496 make_edge (gsi_bb (gsi), new_default_bb, EDGE_FALLTHRU); local
H A Dbb-reorder.c1757 if (e->flags & EDGE_FALLTHRU)
1800 if ((e->flags & EDGE_FALLTHRU) == 0)
1821 e->flags &= ~EDGE_FALLTHRU;
1865 && (succ1->flags & EDGE_FALLTHRU))
1871 && (succ2->flags & EDGE_FALLTHRU))
1884 if (e->flags & EDGE_FALLTHRU)
1929 fall_thru->flags &= ~EDGE_FALLTHRU;
1930 cond_jump->flags |= EDGE_FALLTHRU;
H A Dcfgcleanup.c209 cbranch_jump_edge->flags |= EDGE_FALLTHRU;
210 cbranch_fallthru_edge->flags &= ~EDGE_FALLTHRU;
334 if (((e->flags & EDGE_FALLTHRU) != 0)
819 if (e->flags & EDGE_FALLTHRU)
1820 if (e1->flags & EDGE_FALLTHRU)
1822 if (e2->flags & EDGE_FALLTHRU)
2701 if ((e->flags & EDGE_FALLTHRU)
2722 if ((e->flags & EDGE_FALLTHRU))
2735 && (single_pred_edge (b)->flags & EDGE_FALLTHRU)
2759 && (single_pred_edge (b)->flags & EDGE_FALLTHRU)
[all...]
H A Dgraph.c139 else if (e->flags & EDGE_FALLTHRU)
H A Dtree-call-cdce.c805 bi_call_in_edge0->flags &= ~EDGE_FALLTHRU;
843 guard_bb_in_edge->flags &= ~EDGE_FALLTHRU;
H A Dtree-cfg.c783 edge e = make_edge (bb, *dispatcher, EDGE_FALLTHRU);
826 EDGE_FALLTHRU); local
931 make_edge (bb, bb->next_bb, EDGE_FALLTHRU);
1288 edge e = make_edge (bb, label_bb, EDGE_FALLTHRU);
1932 gcc_assert (single_succ_edge (a)->flags & EDGE_FALLTHRU);
2724 new_edge = make_edge (new_bb, dest, EDGE_FALLTHRU);
5106 if (e->flags & EDGE_FALLTHRU)
5205 if (e->flags & EDGE_FALLTHRU)
5239 || (true_edge->flags & (EDGE_FALLTHRU | EDGE_ABNORMAL))
5240 || (false_edge->flags & (EDGE_FALLTHRU | EDGE_ABNORMA
7199 make_edge (ENTRY_BLOCK_PTR_FOR_FN (cfun), entry_bb, EDGE_FALLTHRU); local
[all...]
H A Dcfgloopmanip.c730 e_true->flags &= ~EDGE_FALLTHRU;
732 e_false->flags &= ~EDGE_FALLTHRU;
1565 latch_edge_was_fallthru = (mfb_kj_edge->flags & EDGE_FALLTHRU) != 0;
1599 gcc_assert ((single_succ_edge (dummy)->flags & EDGE_FALLTHRU)
H A Dtree-ssa-phiopt.c270 || (EDGE_SUCC (bb1, 0)->flags & EDGE_FALLTHRU) == 0
272 || (EDGE_SUCC (bb2, 0)->flags & EDGE_FALLTHRU) == 0
305 || (e1->flags & EDGE_FALLTHRU) == 0)
404 EDGE_SUCC (cond_block, 0)->flags |= EDGE_FALLTHRU;
413 EDGE_SUCC (cond_block, 1)->flags |= EDGE_FALLTHRU;
H A Dhw-doloop.c133 if (!(e->flags & EDGE_FALLTHRU))
H A Dsched-ebb.c285 if ((e->flags & EDGE_FALLTHRU) == 0)
H A Dtree-eh.c3267 e = make_edge (bb, new_bb, EDGE_FALLTHRU);
3284 e->flags = (e->flags & ~EDGE_EH) | EDGE_FALLTHRU;
3664 if (e->flags & EDGE_FALLTHRU)
3669 e->flags &= ~EDGE_FALLTHRU;
3679 e->flags |= EDGE_FALLTHRU;
3722 f_e->flags = (f_e->flags & ~EDGE_FALLTHRU) | EDGE_FALSE_VALUE;
4305 e_out->flags = (e_out->flags & ~EDGE_EH) | EDGE_FALLTHRU;
4786 if (e->flags & EDGE_FALLTHRU)
H A Dprofile.c822 if (!(e->flags & (EDGE_FAKE | EDGE_FALLTHRU)))
1273 if (e->flags & EDGE_FALLTHRU)
H A Dcfghooks.c199 if (e->flags & EDGE_FALLTHRU)
542 res = make_single_succ_edge (bb, new_bb, EDGE_FALLTHRU);
H A Dsel-sched-ir.c3749 || !(single_pred_edge (bb)->flags & EDGE_FALLTHRU)))
3758 else if (e->flags & EDGE_FALLTHRU)
3811 if (!(e->flags & EDGE_FALLTHRU))
3916 && (EDGE_SUCC (xbb, 0)->flags & EDGE_FALLTHRU)
3934 gcc_assert (EDGE_SUCC (xbb->prev_bb, 0)->flags & EDGE_FALLTHRU);
5368 && (e->flags & EDGE_FALLTHRU));
5389 if (e->flags & EDGE_FALLTHRU)
6485 if (! (e->flags & EDGE_FALLTHRU))
H A Dshrink-wrap.c1043 pending->flags &= ~(EDGE_FALLTHRU | EDGE_FAKE);
1074 e->flags &= ~(EDGE_FALLTHRU | EDGE_FAKE);
H A Dcfgexpand.c2230 false_edge->flags |= EDGE_FALLTHRU;
2241 true_edge->flags |= EDGE_FALLTHRU;
2261 false_edge->flags |= EDGE_FALLTHRU;
5254 single_succ_edge (bb)->flags |= EDGE_FALLTHRU;
5547 if ((e->flags & EDGE_FALLTHRU) && e->dest != bb->next_bb)
5550 e->flags &= ~EDGE_FALLTHRU;
5558 && (single_succ_edge (bb)->flags & EDGE_FALLTHRU)
5611 flags = EDGE_FALLTHRU;
5626 e = make_edge (init_block, EXIT_BLOCK_PTR_FOR_FN (cfun), EDGE_FALLTHRU);
5708 e = make_edge (exit_block, EXIT_BLOCK_PTR_FOR_FN (cfun), EDGE_FALLTHRU);
[all...]
H A Domp-low.c4968 e_then = make_edge (then_bb, bb, EDGE_FALLTHRU);
4969 e_else = make_edge (else_bb, bb, EDGE_FALLTHRU);
5420 make_edge (new_bb, exit_succ_e->dest, EDGE_FALLTHRU);
5535 single_succ_edge (entry_bb)->flags = EDGE_FALLTHRU;
5574 single_succ_edge (new_bb)->flags = EDGE_FALLTHRU;
5579 make_edge (new_bb, dest_bb, EDGE_FALLTHRU);
6005 make_edge (bb, body_bb, EDGE_FALLTHRU);
6199 make_edge (zero_iter_bb, entry_bb, EDGE_FALLTHRU);
6463 e->flags = EDGE_FALLTHRU;
6859 = ep ? EDGE_FALSE_VALUE : EDGE_FALLTHRU;
[all...]
/haiku-buildtools/legacy/gcc/gcc/
H A Dbasic-block.h119 #define EDGE_FALLTHRU 1 macro
H A Dflow.c881 make_edge (ENTRY_BLOCK_PTR, BASIC_BLOCK (0), EDGE_FALLTHRU);
1049 make_edge (bb, EXIT_BLOCK_PTR, EDGE_FALLTHRU);
1056 make_edge (bb, BASIC_BLOCK (i + 1), EDGE_FALLTHRU);
1223 edge_out->flags = EDGE_FALLTHRU;
1236 if ((edge_in->flags & EDGE_FALLTHRU) == 0)
1240 if (e->flags & EDGE_FALLTHRU)
1273 e->flags &= ~EDGE_FALLTHRU;
1297 if ((edge_in->flags & EDGE_FALLTHRU) == 0)
1428 if ((e->flags & EDGE_FALLTHRU) == 0)
1967 if (!(e->flags & EDGE_FALLTHRU))
[all...]

Completed in 408 milliseconds

123