Searched refs:fallthru (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.1-release/contrib/byacc/
H A Dvmsbuild.com156 $! fallthru
165 $! fallthru
175 $! fallthru
/freebsd-10.1-release/contrib/gcc/
H A Dcfghooks.c568 edge e, fallthru; local
576 fallthru = split_block_after_labels (bb);
577 dummy = fallthru->src;
578 bb = fallthru->dest;
595 fallthru->count -= e->count;
596 if (fallthru->count < 0)
597 fallthru->count = 0;
613 cfg_hooks->make_forwarder_block (fallthru);
615 return fallthru;
655 Furthermore, the edge will be marked as a fallthru becaus
[all...]
H A Dcfgbuild.c647 edge fallthru = NULL;
663 fallthru = split_block (bb, PREV_INSN (insn));
667 bb = fallthru->dest;
668 remove_edge (fallthru);
678 fallthru = split_block (bb, PREV_INSN (insn));
680 bb = fallthru->dest;
681 remove_edge (fallthru);
699 followed by cleanup at fallthru edge, so the outgoing edges may
642 edge fallthru = NULL; local
H A Dtree-cfg.c470 bool fallthru; local
479 fallthru = false;
483 fallthru = false;
487 fallthru = false;
491 fallthru = false;
495 fallthru = false;
510 fallthru = !(call_expr_flags (last) & ECF_NORETURN);
524 fallthru = true;
535 fallthru = true;
540 fallthru
3988 tree_make_forwarder_block(edge fallthru) argument
[all...]
H A Dcfgcleanup.c441 Still handle fallthru edges, as we can succeed to forward fallthru
594 threaded to the fallthru edge. Avoid
623 fallthru edge, so it can be moved before B without adding or modifying
678 fallthru edge, so it can be moved after A without adding or modifying
773 /* If B has a fallthru edge to C, no need to move anything. */
798 been if B is a forwarder block and C has no fallthru edge, but
824 not have an outgoing fallthru, then it can be moved
832 /* If B does not have an incoming fallthru, then it can be moved
1185 /* Get around possible forwarders on fallthru edge
1823 edge e, e2, fallthru; local
[all...]
H A Dcfgloopmanip.c1094 edge e, fallthru; local
1128 fallthru = make_forwarder_block (loop->header, mfb_keep_just,
1130 dummy = fallthru->src;
1131 loop->header = fallthru->dest;
1134 split_block, it would now move to fallthru->dest. */
1137 ploop->latch = fallthru->dest;
1144 So the only problematic case is when this latch edge was a fallthru
H A Dcfgrtl.c702 int fallthru = 0;
746 /* See if we can create the fallthru edge. */
751 fallthru = 1;
857 if (fallthru)
887 /* We can only redirect non-fallthru edges of jump insn. */
1010 by creating a basic block afterwards to redirect fallthru edge. */
1040 /* Irritating special case - fallthru edge to the same block as abnormal
1042 We can't redirect abnormal edge, but we still can split the fallthru
1044 This allows bb-reorder to make such edge non-fallthru. */
1165 /* Edge E is assumed to be fallthru edg
695 int fallthru = 0; local
1815 edge e, fallthru = NULL; local
[all...]
H A Difcvt.c2696 the blocks are on the fallthru path from the predecessor block. */
2701 basic_block fallthru = block_fallthru (bb);
2705 bb = fallthru;
2706 fallthru = block_fallthru (bb);
2892 /* If no edges, obviously it doesn't jump or fallthru. */
3131 fallthru edge from IF to THEN. Likewise for the && and || blocks, since
3445 /* Since the fallthru edge was redirected from test_bb to new_bb,
3543 /* ??? We may now fallthru from one of THEN's successors into a join
2697 basic_block fallthru = block_fallthru (bb); local
/freebsd-10.1-release/usr.bin/xlint/lint1/
H A Dexterns1.h254 extern void fallthru(int);
H A Dfunc.c1199 fallthru(int n) function

Completed in 199 milliseconds