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

12

/freebsd-9.3-release/contrib/gcc/
H A Dcfgrtl.c457 gcc_assert (e->flags & EDGE_FALLTHRU);
858 e->flags = EDGE_FALLTHRU;
888 if (e->flags & EDGE_FALLTHRU)
1046 abnormal_edge_flags = e->flags & ~(EDGE_FALLTHRU | EDGE_CAN_FALLTHRU);
1047 e->flags &= EDGE_FALLTHRU | EDGE_CAN_FALLTHRU;
1051 gcc_assert (e->flags & EDGE_FALLTHRU);
1081 make_single_succ_edge (ENTRY_BLOCK_PTR, bb, EDGE_FALLTHRU);
1126 new_edge = make_edge (e->src, jump_block, EDGE_FALLTHRU);
1139 e->flags &= ~EDGE_FALLTHRU;
1243 e->flags |= EDGE_FALLTHRU;
[all...]
H A Dcfglayout.c670 if (e->flags & EDGE_FALLTHRU)
707 e_fall->flags &= ~EDGE_FALLTHRU;
712 e_taken->flags |= EDGE_FALLTHRU;
731 e_fall->flags &= ~EDGE_FALLTHRU;
736 e_taken->flags |= EDGE_FALLTHRU;
835 if (e->flags & EDGE_FALLTHRU)
888 if (e->flags & EDGE_FALLTHRU)
H A Dcfgcleanup.c174 cbranch_jump_edge->flags |= EDGE_FALLTHRU;
175 cbranch_fallthru_edge->flags &= ~EDGE_FALLTHRU;
300 if (((e->flags & EDGE_FALLTHRU) != 0)
774 if (e->flags & EDGE_FALLTHRU)
808 if (tmp_edge->flags & EDGE_FALLTHRU)
814 if (tmp_edge->flags & EDGE_FALLTHRU)
1530 if (e1->flags & EDGE_FALLTHRU)
1532 if (e2->flags & EDGE_FALLTHRU)
1873 if (e->flags & EDGE_FALLTHRU)
2018 && (single_pred_edge (b)->flags & EDGE_FALLTHRU)
[all...]
H A Dloop-doloop.c279 make_edge (bb, dest, (*e)->flags & ~EDGE_FALLTHRU);
461 desc->in_edge->flags &= ~EDGE_FALLTHRU;
462 desc->out_edge->flags |= EDGE_FALLTHRU;
H A Dsched-ebb.c143 if (e->flags & EDGE_FALLTHRU)
244 if (e->flags & EDGE_FALLTHRU)
593 if ((e->flags & EDGE_FALLTHRU) != 0)
H A Dtree-cfgcleanup.c60 if ((e->flags & EDGE_FALLTHRU) != 0)
142 taken_edge->flags = EDGE_FALLTHRU;
223 /* And set EDGE_FALLTHRU. */
224 e->flags |= EDGE_FALLTHRU;
H A Dcfgbuild.c269 make_edge (ENTRY_BLOCK_PTR, min, EDGE_FALLTHRU);
403 if (e && e->flags & EDGE_FALLTHRU)
412 cached_make_edge (edge_cache, bb, EXIT_BLOCK_PTR, EDGE_FALLTHRU);
416 cached_make_edge (edge_cache, bb, bb->next_bb, EDGE_FALLTHRU);
H A Dloop-init.c59 if ((e->flags & EDGE_FALLTHRU) && !single_succ_p (e->src))
H A Dvalue-prof.c237 e12->flags &= ~EDGE_FALLTHRU;
248 e24 = make_edge (bb2, bb4, EDGE_FALLTHRU);
404 e12->flags &= ~EDGE_FALLTHRU;
415 e24 = make_edge (bb2, bb4, EDGE_FALLTHRU);
580 e12->flags &= ~EDGE_FALLTHRU;
591 e23->flags &= ~EDGE_FALLTHRU;
H A Domp-low.c2255 make_edge (then_bb, bb, EDGE_FALLTHRU);
2256 make_edge (else_bb, bb, EDGE_FALLTHRU);
2462 make_edge (new_bb, exit_succ_e->dest, EDGE_FALLTHRU);
2530 single_succ_edge (entry_bb)->flags = EDGE_FALLTHRU;
2538 single_succ_edge (new_bb)->flags = EDGE_FALLTHRU;
2682 make_edge (entry_bb, l0_bb, EDGE_FALLTHRU);
2683 make_edge (l0_bb, l1_bb, EDGE_FALLTHRU);
2737 make_edge (entry_bb, l2_bb, EDGE_FALLTHRU);
2744 make_edge (l0_bb, l1_bb, EDGE_FALLTHRU);
2913 make_edge (seq_start_bb, body_bb, EDGE_FALLTHRU);
[all...]
H A Dtree-cfg.c464 make_edge (ENTRY_BLOCK_PTR, BASIC_BLOCK (NUM_FIXED_BLOCKS), EDGE_FALLTHRU);
572 make_edge (i->exit, bb, EDGE_FALLTHRU);
592 make_edge (bb, bb->next_bb, EDGE_FALLTHRU);
888 edge e = make_edge (bb, label_to_block (dest), EDGE_FALLTHRU);
1363 gcc_assert (single_succ_edge (a)->flags & EDGE_FALLTHRU);
2636 e->flags |= EDGE_FALLTHRU;
2653 single_succ_edge (bb)->flags |= EDGE_FALLTHRU;
2665 if (e->flags & EDGE_FALLTHRU)
2681 e->flags &= ~EDGE_FALLTHRU;
3201 new_edge = make_edge (new_bb, dest, EDGE_FALLTHRU);
[all...]
H A Dcfganal.c119 && e->flags & EDGE_FALLTHRU)
143 && e->flags & EDGE_FALLTHRU)
258 if (e->flags & EDGE_FALLTHRU)
H A Dcfghooks.c146 if (e->flags & EDGE_FALLTHRU)
340 return make_single_succ_edge (bb, new_bb, EDGE_FALLTHRU);
687 if (e && (e->flags & EDGE_FALLTHRU))
H A Dtree-ssa-phiopt.c205 || (e1->flags & EDGE_FALLTHRU) == 0)
337 EDGE_SUCC (cond_block, 0)->flags |= EDGE_FALLTHRU;
346 EDGE_SUCC (cond_block, 1)->flags |= EDGE_FALLTHRU;
H A Dtree-ssa-threadupdate.c314 edge e = make_edge (rd->dup_block, rd->outgoing_edge->dest, EDGE_FALLTHRU);
644 single_succ_edge (local_info->bb)->flags |= EDGE_FALLTHRU;
H A Dcfgexpand.c1165 false_edge->flags |= EDGE_FALLTHRU;
1434 flags = EDGE_FALLTHRU;
1448 e = make_edge (init_block, EXIT_BLOCK_PTR, EDGE_FALLTHRU);
1504 e = make_edge (exit_block, EXIT_BLOCK_PTR, EDGE_FALLTHRU);
H A Dbasic-block.h150 #define EDGE_FALLTHRU 1 /* 'Straight line' flow */ macro
580 #define FALLTHRU_EDGE(bb) (EDGE_SUCC ((bb), 0)->flags & EDGE_FALLTHRU \
584 #define BRANCH_EDGE(bb) (EDGE_SUCC ((bb), 0)->flags & EDGE_FALLTHRU \
H A Dbb-reorder.c1316 crossing_edges[i]->flags &= ~EDGE_FALLTHRU;
1365 && (succ1->flags & EDGE_FALLTHRU))
1371 && (succ2->flags & EDGE_FALLTHRU))
1416 fall_thru->flags &= ~EDGE_FALLTHRU;
1417 cond_jump->flags |= EDGE_FALLTHRU;
H A Dloop-unswitch.c451 e = make_edge (switch_bb, FALLTHRU_EDGE (unswitch_on)->dest, EDGE_FALLTHRU);
H A Dprofile.c540 if (!(e->flags & (EDGE_FAKE | EDGE_FALLTHRU)))
944 if (e->flags & EDGE_FALLTHRU)
H A Dtree-if-conv.c937 make_edge (loop->header, exit_bb, EDGE_FALLTHRU);
952 make_edge (loop->header, loop->latch, EDGE_FALLTHRU);
H A Dtree-complex.c745 if (e->flags & EDGE_FALLTHRU)
1079 make_edge (bb_true, bb_join, EDGE_FALLTHRU);
1080 make_edge (bb_false, bb_join, EDGE_FALLTHRU);
H A Dmode-switching.c223 if (eg->flags & EDGE_FALLTHRU)
H A Dtree-ssa-dce.c778 EDGE_SUCC (bb, 0)->flags |= EDGE_FALLTHRU;
H A Dpredict.c263 if (e->flags & EDGE_FALLTHRU)
359 if (! (e->flags & EDGE_FALLTHRU))

Completed in 240 milliseconds

12