HomeSort by: relevance | last modified time | path
    Searched refs:fallthru (Results 1 - 25 of 51) sorted by relevancy

1 2 3

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
blockexit.d 40 fallthru = 1,
48 any = (fallthru | throw_ | return_ | goto_ | halt),
94 result = BE.fallthru;
120 result = BE.fallthru;
126 result = BE.fallthru;
134 if (result & BE.fallthru && slast)
161 if (!(result & BE.fallthru) && !s.comeFrom())
169 result &= ~BE.fallthru;
179 result = BE.fallthru;
185 result |= r & ~(BE.break_ | BE.continue_ | BE.fallthru);
    [all...]
  /src/external/bsd/byacc/dist/
vmsbuild.com 156 $! fallthru
165 $! fallthru
175 $! fallthru
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
amd64-stap-three-arg-disp.S 9 # PRED: ENTRY (fallthru)
amd64-stap-triplet.S 34 # PRED: ENTRY (fallthru)
amd64-tailcall-noret.S 35 # PRED: ENTRY [100.0%] (fallthru)
57 # PRED: ENTRY [100.0%] (fallthru)
62 # SUCC: 4 [0.0%] (can_fallthru) 3 [100.0%] (fallthru,can_fallthru)
65 # PRED: 2 [100.0%] (fallthru,can_fallthru)
95 # PRED: ENTRY [100.0%] (fallthru)
114 # PRED: ENTRY [100.0%] (fallthru)
amd64-invalid-stack-middle.S 33 # PRED: ENTRY (fallthru)
53 # PRED: ENTRY (fallthru)
77 # PRED: ENTRY (fallthru)
101 # PRED: ENTRY (fallthru)
125 # PRED: ENTRY (fallthru)
151 # PRED: ENTRY (fallthru)
185 # PRED: ENTRY (fallthru)
210 # SUCC: 3 (fallthru) 4
213 # PRED: 2 (fallthru)
235 # SUCC: 5 (fallthru)
    [all...]
amd64-tailcall-ret.S 34 # PRED: ENTRY [100.0%] (fallthru)
51 # PRED: ENTRY [100.0%] (fallthru)
70 # PRED: ENTRY [100.0%] (fallthru)
amd64-entry-value.s 34 # PRED: ENTRY [100.0%] (fallthru)
54 # PRED: ENTRY [100.0%] (fallthru)
101 # PRED: ENTRY [100.0%] (fallthru)
125 # PRED: ENTRY [100.0%] (fallthru)
148 # PRED: ENTRY [100.0%] (fallthru)
170 # PRED: ENTRY [100.0%] (fallthru)
192 # PRED: ENTRY [100.0%] (fallthru)
214 # PRED: ENTRY [100.0%] (fallthru)
234 # PRED: ENTRY [100.0%] (fallthru)
254 # PRED: ENTRY [100.0%] (fallthru)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
amd64-stap-three-arg-disp.S 9 # PRED: ENTRY (fallthru)
amd64-stap-triplet.S 34 # PRED: ENTRY (fallthru)
amd64-tailcall-noret.S 35 # PRED: ENTRY [100.0%] (fallthru)
57 # PRED: ENTRY [100.0%] (fallthru)
62 # SUCC: 4 [0.0%] (can_fallthru) 3 [100.0%] (fallthru,can_fallthru)
65 # PRED: 2 [100.0%] (fallthru,can_fallthru)
95 # PRED: ENTRY [100.0%] (fallthru)
114 # PRED: ENTRY [100.0%] (fallthru)
amd64-invalid-stack-middle.S 33 # PRED: ENTRY (fallthru)
53 # PRED: ENTRY (fallthru)
77 # PRED: ENTRY (fallthru)
101 # PRED: ENTRY (fallthru)
125 # PRED: ENTRY (fallthru)
151 # PRED: ENTRY (fallthru)
185 # PRED: ENTRY (fallthru)
210 # SUCC: 3 (fallthru) 4
213 # PRED: 2 (fallthru)
235 # SUCC: 5 (fallthru)
    [all...]
amd64-tailcall-ret.S 34 # PRED: ENTRY [100.0%] (fallthru)
51 # PRED: ENTRY [100.0%] (fallthru)
70 # PRED: ENTRY [100.0%] (fallthru)
amd64-entry-value.s 34 # PRED: ENTRY [100.0%] (fallthru)
54 # PRED: ENTRY [100.0%] (fallthru)
101 # PRED: ENTRY [100.0%] (fallthru)
125 # PRED: ENTRY [100.0%] (fallthru)
148 # PRED: ENTRY [100.0%] (fallthru)
170 # PRED: ENTRY [100.0%] (fallthru)
192 # PRED: ENTRY [100.0%] (fallthru)
214 # PRED: ENTRY [100.0%] (fallthru)
234 # PRED: ENTRY [100.0%] (fallthru)
254 # PRED: ENTRY [100.0%] (fallthru)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
cfgbuild.cc 450 edge fallthru = NULL;
551 fallthru = split_block (bb, prev);
559 x != BB_HEAD (fallthru->dest);
572 bb = fallthru->dest;
573 remove_edge (fallthru);
637 followed by cleanup at fallthru edge, so the outgoing edges may
446 edge fallthru = NULL; local
cfgcleanup.cc 424 Still handle fallthru edges, as we can succeed to forward fallthru
595 threaded to the fallthru edge. Avoid
620 fallthru edge, so it can be moved before B without adding or modifying
664 fallthru edge, so it can be moved after A without adding or modifying
747 /* If B has a fallthru edge to C, no need to move anything. */
776 been if B is a forwarder block and C has no fallthru edge, but
796 not have an outgoing fallthru, then it can be moved
804 /* If B does not have an incoming fallthru, then it can be moved
1310 bb, if there is a predecessor bb that reaches this bb via fallthru, an
    [all...]
tree-cfgcleanup.cc 60 /* Remove any fallthru edge from EV. Return true if an edge was removed. */
241 /* If there's no abnormal edge and a fallthru edge the call
1065 edge fallthru = make_forwarder_block (bb, mfb_keep_latches, local
1067 loop->header = fallthru->dest;
1072 remove_bb_from_loops (fallthru->src);
1074 FOR_EACH_EDGE (e, ei, fallthru->src->preds)
1076 add_bb_to_loop (fallthru->src, cloop);
cfghooks.cc 893 edge e, fallthru; local
902 fallthru = split_block_after_labels (bb);
903 dummy = fallthru->src;
905 bb = fallthru->dest;
976 cfg_hooks->make_forwarder_block (fallthru);
978 return fallthru;
981 /* Try to make the edge fallthru. */
1023 Furthermore, the edge will be marked as a fallthru because we
1025 check that the edge is not a FALLTHRU edge. */
1038 /* Edge E is assumed to be fallthru edge. Emit needed jump instructio
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
cfgbuild.cc 450 edge fallthru = NULL;
551 fallthru = split_block (bb, prev);
559 x != BB_HEAD (fallthru->dest);
572 bb = fallthru->dest;
573 remove_edge (fallthru);
637 followed by cleanup at fallthru edge, so the outgoing edges may
446 edge fallthru = NULL; local
cfgcleanup.cc 424 Still handle fallthru edges, as we can succeed to forward fallthru
595 threaded to the fallthru edge. Avoid
620 fallthru edge, so it can be moved before B without adding or modifying
664 fallthru edge, so it can be moved after A without adding or modifying
747 /* If B has a fallthru edge to C, no need to move anything. */
776 been if B is a forwarder block and C has no fallthru edge, but
796 not have an outgoing fallthru, then it can be moved
804 /* If B does not have an incoming fallthru, then it can be moved
1310 bb, if there is a predecessor bb that reaches this bb via fallthru, an
    [all...]
tree-cfgcleanup.cc 60 /* Remove any fallthru edge from EV. Return true if an edge was removed. */
240 /* If there's no abnormal edge and a fallthru edge the call
1048 edge fallthru = make_forwarder_block (bb, mfb_keep_latches, local
1050 loop->header = fallthru->dest;
1055 remove_bb_from_loops (fallthru->src);
1057 FOR_EACH_EDGE (e, ei, fallthru->src->preds)
1059 add_bb_to_loop (fallthru->src, cloop);
cfghooks.cc 892 edge e, fallthru; local
901 fallthru = split_block_after_labels (bb);
902 dummy = fallthru->src;
904 bb = fallthru->dest;
975 cfg_hooks->make_forwarder_block (fallthru);
977 return fallthru;
980 /* Try to make the edge fallthru. */
1022 Furthermore, the edge will be marked as a fallthru because we
1024 check that the edge is not a FALLTHRU edge. */
1037 /* Edge E is assumed to be fallthru edge. Emit needed jump instructio
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/
amd64-tailcall-reverse.S 34 # PRED: ENTRY [100.0%] (fallthru)
51 # PRED: ENTRY [100.0%] (fallthru)
70 # PRED: ENTRY [100.0%] (fallthru)
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/
amd64-tailcall-reverse.S 34 # PRED: ENTRY [100.0%] (fallthru)
51 # PRED: ENTRY [100.0%] (fallthru)
70 # PRED: ENTRY [100.0%] (fallthru)
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
mi2-amd64-entry-value.s 34 # PRED: ENTRY [100.0%] (fallthru)
53 # PRED: ENTRY [100.0%] (fallthru)
70 # PRED: ENTRY [100.0%] (fallthru)
88 # PRED: ENTRY [100.0%] (fallthru)
131 # PRED: ENTRY [100.0%] (fallthru)
179 # PRED: ENTRY [100.0%] (fallthru)
211 # PRED: ENTRY [100.0%] (fallthru)

Completed in 30 milliseconds

1 2 3