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

1 2 3

  /src/external/gpl3/gdb/dist/sim/testsuite/cris/hw/rv-n-cris/
quit.s 1 ; Trivial target simulator program that just exits.
  /src/external/gpl3/gdb.old/dist/sim/testsuite/cris/hw/rv-n-cris/
quit.s 1 ; Trivial target simulator program that just exits.
  /src/external/gpl3/gcc/dist/gcc/
cfgloop.cc 188 for (exit = loop->exits->next; exit != loop->exits; exit = next)
195 ggc_free (loop->exits);
345 loop->exits = ggc_cleared_alloc<loop_exit> ();
346 loop->exits->next = loop->exits->prev = loop->exits;
433 /* Ensure that loop exits were released. */
434 gcc_assert (loops->exits == NULL);
1063 return current_loops->exits->find_with_hash (e, htab_hash_pointer (e))
1074 struct loop_exit *exits = NULL, *exit; local
    [all...]
sel-sched-ir.h 1014 /* If skip to loop exits, save here information about loop exits. */
1091 for (exit = loop->exits->next; exit->e; exit = exit->next)
1131 /* Collect all loop exits recursively, skipping empty BBs between them.
1132 E.g. if BB is a loop header which has several loop exits,
1134 (after skipping empty BBs), add its loop exits to the resulting vector
1139 vec<edge> exits = vNULL;
1141 /* If bb is empty, and we're skipping to loop exits, then
1170 exits = get_loop_exit_edges_unique_dests (this_loop);
1175 for (i = 0; exits.iterate (i, &e); i++
1128 vec<edge> exits = vNULL; local
    [all...]
cfgloop.h 81 /* Previous and next exit in the list of the exits of the loop. */
85 /* Next element in the list of loops from that E exits. */
267 /* Head of the cyclic list of the exits of the loop. */
268 struct loop_exit *exits; variable in typeref:struct:loop_exit
331 /* Maps edges to the list of their descriptions as loop exits. Edges
333 happen during the cfg manipulations) should not appear in EXITS. */
334 hash_table<loop_exit_hasher> *GTY(()) exits;
562 return loop->exits->next->e != NULL;
cfgloopanal.cc 533 /* Sets EDGE_LOOP_EXIT flag for all loop exits. */
564 single_likely_exit (class loop *loop, const vec<edge> &exits)
572 FOR_EACH_VEC_ELT (exits, i, ex)
  /src/external/gpl3/gcc.old/dist/gcc/
cfgloop.cc 195 for (exit = loop->exits->next; exit != loop->exits; exit = next)
202 ggc_free (loop->exits);
352 loop->exits = ggc_cleared_alloc<loop_exit> ();
353 loop->exits->next = loop->exits->prev = loop->exits;
440 /* Ensure that loop exits were released. */
441 gcc_assert (loops->exits == NULL);
1070 return current_loops->exits->find_with_hash (e, htab_hash_pointer (e))
1081 struct loop_exit *exits = NULL, *exit; local
    [all...]
cfgloopanal.cc 442 /* Sets EDGE_LOOP_EXIT flag for all loop exits. */
473 single_likely_exit (class loop *loop, const vec<edge> &exits)
481 FOR_EACH_VEC_ELT (exits, i, ex)
sel-sched-ir.h 1014 /* If skip to loop exits, save here information about loop exits. */
1091 for (exit = loop->exits->next; exit->e; exit = exit->next)
1131 /* Collect all loop exits recursively, skipping empty BBs between them.
1132 E.g. if BB is a loop header which has several loop exits,
1134 (after skipping empty BBs), add its loop exits to the resulting vector
1139 vec<edge> exits = vNULL;
1141 /* If bb is empty, and we're skipping to loop exits, then
1170 exits = get_loop_exit_edges_unique_dests (this_loop);
1175 for (i = 0; exits.iterate (i, &e); i++
1128 vec<edge> exits = vNULL; local
    [all...]
cfgloop.h 78 /* Previous and next exit in the list of the exits of the loop. */
82 /* Next element in the list of loops from that E exits. */
264 /* Head of the cyclic list of the exits of the loop. */
265 struct loop_exit *exits; variable in typeref:struct:loop_exit
328 /* Maps edges to the list of their descriptions as loop exits. Edges
330 happen during the cfg manipulations) should not appear in EXITS. */
331 hash_table<loop_exit_hasher> *GTY(()) exits;
554 return loop->exits->next->e != NULL;
  /src/usr.bin/make/unit-tests/
varmod-sun-shell.mk 15 # If the command exits with non-zero, a warning is printed.
recursive.mk 5 # is fatal and exits immediately.
varmod-shell.mk 18 # If the command exits with non-zero, an error message is printed.
  /src/crypto/external/apache2/openssl/dist/
config.com 14 $ ! -h prints a usage and exits
  /src/crypto/external/bsd/openssl/dist/
config.com 14 $ ! -h prints a usage and exits
  /src/crypto/external/bsd/openssl.old/dist/
config.com 14 $ ! -h prints a usage and exits
  /src/external/gpl3/gcc/dist/libgcc/config/microblaze/
stack_overflow_exit.S 32 # This routine exits from the program
  /src/external/gpl3/gcc.old/dist/libgcc/config/microblaze/
stack_overflow_exit.S 32 # This routine exits from the program
  /src/sys/arch/m68k/060sp/dist/
fpsp.doc 182 always exits through _060_real_snan <----
190 always exits through _060_real_operr <-----
198 always exits through _060_real_dz <----
206 always exits through _060_real_inex <----
changes 82 from the current exception stack frame and exits
  /src/external/gpl3/gcc/dist/contrib/
patch_tester.sh 71 STOP exits when PATCHES_DIR is empty.
  /src/external/gpl3/gcc.old/dist/contrib/
patch_tester.sh 71 STOP exits when PATCHES_DIR is empty.
  /src/external/gpl2/texinfo/dist/util/
gen-dir-node 11 # just "!!" exits the script when reached (unless preceded by a line
62 Typing "q" exits, "?" lists all Info commands, "d" returns here,
  /src/external/gpl3/gdb/dist/sim/testsuite/d10v/
t-macros.i 159 ;;; and then exits with success.
  /src/external/gpl3/gdb.old/dist/sim/testsuite/d10v/
t-macros.i 159 ;;; and then exits with success.

Completed in 44 milliseconds

1 2 3