| /trueos/contrib/gcc/ |
| HD | tree-ssa-loop-im.c | 1044 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 …]
|
| HD | tree-ssa-loop-niter.c | 1180 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 …]
|
| HD | tree-ssa-loop-manip.c | 157 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()
|
| HD | predict.c | 651 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/ |
| HD | trap10.0 | 4 # trap commands are executed before the script exits.
|
| /trueos/share/info/ |
| HD | dir-tmpl | 9 Typing "q" exits, "?" lists all Info commands, "d" returns here,
|
| /trueos/cddl/contrib/dtracetoolkit/Examples/ |
| HD | lastwords_example.txt | 79 before bash exits.
|
| /trueos/crypto/openssh/ |
| HD | ssh-agent.0 | 88 The agent exits automatically when the command given on the command line 116 agent exits.
|
| HD | scp.0 | 149 The scp utility exits 0 on success, and >0 if an error occurs.
|
| /trueos/contrib/gcc/doc/ |
| HD | hostconfig.texi | 180 exits after serious errors. The default is the system-provided macro 186 exits without serious errors. (Warnings are not serious errors.) The
|
| HD | loop.texi | 240 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/ |
| HD | OBJ_nid2obj.pod | 70 be called before an application exits if any new objects were added
|
| /trueos/sbin/init/ |
| HD | NOTES | 78 process exits (see p50, in the discussion of process termination).
|
| /trueos/lib/libc/softfloat/ |
| HD | timesoftfloat.txt | 104 which the program exits.
|
| /trueos/contrib/unbound/doc/ |
| HD | README | 33 programming errors, among which buffer overflows. The program exits
|
| /trueos/contrib/libreadline/examples/rlfe/ |
| HD | config.h.in | 245 * Define this if your system exits select() immediatly if a pipe is
|
| /trueos/contrib/ntp/ntpd/ |
| HD | ntpdbase-opts.def | 119 …exits with a message to the system log if the offset exceeds the panic threshold, which is 1000 s …
|
| /trueos/contrib/top/ |
| HD | top.X | 161 automatically exits. For intelligent terminals, no upper limit
|
| /trueos/contrib/bmake/ |
| HD | boot-strap | 56 # exits, the default will be that rather than $prefix/share.
|
| /trueos/usr.sbin/bsdconfig/share/media/ |
| HD | httpproxy.subr | 337 # non-NULL, this function exits after receiving the HTTP header response from
|
| /trueos/contrib/diff/ |
| HD | NEWS | 170 - When signaled, sdiff exits with the signal's status, not with status 2.
|
| /trueos/contrib/expat/doc/ |
| HD | xmlwf.sgml | 301 then exits.
|
| /trueos/contrib/less/ |
| HD | NEWS | 81 * 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/ |
| HD | DiagnosticSemaKinds.td | 1404 "'%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/ |
| HD | s_client.pod | 141 print session information when the program exits. This will always attempt
|