Home
last modified time | relevance | path

Searched refs:exits (Results 1 – 25 of 91) sorted by relevance

1234

/trueos/contrib/gcc/
HDtree-ssa-loop-im.c1044 schedule_sm (struct loop *loop, edge *exits, unsigned n_exits, tree ref, in schedule_sm() argument
1086 bsi_insert_on_edge (exits[i], store); in schedule_sm()
1099 determine_lsm_ref (struct loop *loop, edge *exits, unsigned n_exits, in determine_lsm_ref() argument
1145 schedule_sm (loop, exits, n_exits, ref->mem, ref->locs); in determine_lsm_ref()
1154 bitmap clobbered_vops, edge *exits, unsigned n_exits) in hoist_memory_references() argument
1159 determine_lsm_ref (loop, exits, n_exits, clobbered_vops, ref); in hoist_memory_references()
1167 loop_suitable_for_sm (struct loop *loop ATTRIBUTE_UNUSED, edge *exits, in loop_suitable_for_sm() argument
1173 if (exits[i]->flags & EDGE_ABNORMAL) in loop_suitable_for_sm()
1368 edge *exits = get_loop_exit_edges (loop, &n_exits); in determine_lsm_loop() local
1372 if (!loop_suitable_for_sm (loop, exits, n_exits)) in determine_lsm_loop()
[all …]
HDtree-ssa-loop-niter.c1180 edge *exits = get_loop_exit_edges (loop, &n_exits); in find_loop_niter() local
1188 ex = exits[i]; in find_loop_niter()
1235 free (exits); in find_loop_niter()
1474 edge *exits = get_loop_exit_edges (loop, &n_exits); in find_loop_niter_by_eval() local
1481 ex = exits[i]; in find_loop_niter_by_eval()
1496 free (exits); in find_loop_niter_by_eval()
1853 edge *exits; in estimate_numbers_of_iterations_loop() local
1867 exits = get_loop_exit_edges (loop, &n_exits); in estimate_numbers_of_iterations_loop()
1870 if (!number_of_iterations_exit (loop, exits[i], &niter_desc, false)) in estimate_numbers_of_iterations_loop()
1882 last_stmt (exits[i]->src)); in estimate_numbers_of_iterations_loop()
[all …]
HDtree-ssa-loop-manip.c157 add_exit_phis_var (tree var, bitmap livein, bitmap exits) in add_exit_phis_var() argument
174 EXECUTE_IF_AND_IN_BITMAP (exits, livein, 0, index, bi) in add_exit_phis_var()
201 bitmap exits = BITMAP_ALLOC (NULL); in get_loops_exits() local
212 bitmap_set_bit (exits, bb->index); in get_loops_exits()
217 return exits; in get_loops_exits()
HDpredict.c651 edge *exits; in predict_loops() local
653 exits = get_loop_exit_edges (loop, &n_exits); in predict_loops()
688 if (number_of_iterations_exit (loop, exits[j], &niter_desc, false)) in predict_loops()
691 niter = loop_niter_by_eval (loop, exits[j]); in predict_loops()
708 predict_edge (exits[j], PRED_LOOP_ITERATIONS, probability); in predict_loops()
713 free (exits); in predict_loops()
/trueos/bin/sh/tests/builtins/
HDtrap10.04 # trap commands are executed before the script exits.
/trueos/share/info/
HDdir-tmpl9 Typing "q" exits, "?" lists all Info commands, "d" returns here,
/trueos/cddl/contrib/dtracetoolkit/Examples/
HDlastwords_example.txt79 before bash exits.
/trueos/crypto/openssh/
HDssh-agent.088 The agent exits automatically when the command given on the command line
116 agent exits.
HDscp.0149 The scp utility exits 0 on success, and >0 if an error occurs.
/trueos/contrib/gcc/doc/
HDhostconfig.texi180 exits after serious errors. The default is the system-provided macro
186 exits without serious errors. (Warnings are not serious errors.) The
HDloop.texi240 factor, updating the exit condition, and removing the exits that now
253 created at the exits of the loops for the SSA names that are used
415 this condition is true, the loop exits in the first iteration.
432 all the exits of a loop and try to find one with easy to determine
/trueos/crypto/openssl/doc/crypto/
HDOBJ_nid2obj.pod70 be called before an application exits if any new objects were added
/trueos/sbin/init/
HDNOTES78 process exits (see p50, in the discussion of process termination).
/trueos/lib/libc/softfloat/
HDtimesoftfloat.txt104 which the program exits.
/trueos/contrib/unbound/doc/
HDREADME33 programming errors, among which buffer overflows. The program exits
/trueos/contrib/libreadline/examples/rlfe/
HDconfig.h.in245 * Define this if your system exits select() immediatly if a pipe is
/trueos/contrib/ntp/ntpd/
HDntpdbase-opts.def119exits with a message to the system log if the offset exceeds the panic threshold, which is 1000 s …
/trueos/contrib/top/
HDtop.X161 automatically exits. For intelligent terminals, no upper limit
/trueos/contrib/bmake/
HDboot-strap56 # exits, the default will be that rather than $prefix/share.
/trueos/usr.sbin/bsdconfig/share/media/
HDhttpproxy.subr337 # non-NULL, this function exits after receiving the HTTP header response from
/trueos/contrib/diff/
HDNEWS170 - When signaled, sdiff exits with the signal's status, not with status 2.
/trueos/contrib/expat/doc/
HDxmlwf.sgml301 then exits.
/trueos/contrib/less/
HDNEWS81 * Control-G while editing a command exits the command.
83 * Less now exits with status 2 if control-C is pressed and -K is in effect.
/trueos/contrib/llvm/tools/clang/include/clang/Basic/
HDDiagnosticSemaKinds.td1404 "'%3' loop %select{is entered|exits because its condition is false}4|"
1405 "'%3' loop %select{condition is true|exits because its condition is false}4|"
3913 "jump exits scope of variable with __attribute__((cleanup))">;
3915 "jump exits scope of variable with non-trivial destructor">;
3917 "jump exits scope of __block variable">;
3919 "jump exits @try block">;
3921 "jump exits @catch block">;
3923 "jump exits @finally block">;
3925 "jump exits @synchronized block">;
3927 "jump exits try block">;
[all …]
/trueos/crypto/openssl/doc/apps/
HDs_client.pod141 print session information when the program exits. This will always attempt

1234