Home
last modified time | relevance | path

Searched refs:loop (Results 51 – 75 of 1016) sorted by relevance

12345678910>>...41

/openbsd/lib/libcrypto/bn/
H A Dbn_prime.c180 loop: in BN_generate_prime_ex()
202 goto loop; in BN_generate_prime_ex()
207 goto loop; in BN_generate_prime_ex()
220 goto loop; in BN_generate_prime_ex()
293 loop: in probable_prime()
301 goto loop; in probable_prime()
339 loop: in probable_prime_dh()
348 goto loop; in probable_prime_dh()
401 loop: in probable_prime_dh_safe()
415 goto loop; in probable_prime_dh_safe()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dpredict.c70 static void estimate_loops_at_level PARAMS ((struct loop *loop));
441 struct loop *loop = loops_info->parray[i]; local
444 exits = loop->num_exits;
466 && e->src == loop->latch)
922 propagate_freq (loop) in propagate_freq() argument
923 struct loop *loop; in propagate_freq()
1055 struct loop *first_loop; in estimate_loops_at_level()
1057 struct loop *loop; local
1059 for (loop = first_loop; loop; loop = loop->next)
1070 e = loop_latch_edge (loop);
[all …]
H A Dpredict.def56 /* Use number of loop iterations determined by loop unroller to set
59 DEF_PREDICTOR (PRED_LOOP_ITERATIONS, "loop iterations", PROB_ALWAYS,
74 DEF_PREDICTOR (PRED_LOOP_BRANCH, "loop branch", HITRATE (89),
77 /* Edge causing loop to terminate is probably not taken. */
78 DEF_PREDICTOR (PRED_LOOP_EXIT, "loop exit", HITRATE (90),
83 DEF_PREDICTOR (PRED_LOOP_CONDITION, "loop condition", PROB_VERY_LIKELY, 0)
86 DEF_PREDICTOR (PRED_LOOP_PRECONDITIONING, "loop preconditioning", PROB_VERY_LIKELY, 0)
88 /* Copied condition for the first iteration of loop is probably true. */
89 DEF_PREDICTOR (PRED_LOOP_HEADER, "loop header", HITRATE (64), 0)
/openbsd/sys/arch/armv7/armv7/
H A Darmv7_machdep.c365 int loop, loop1; in initarm() local
521 for (loop = 0; loop <= NUM_KERNEL_PTS; ++loop) { in initarm()
601 for (loop = 0; loop < KERNEL_PT_KERNEL_NUM; loop++) in initarm()
602 pmap_link_l2pt(l1pagetable, KERNEL_BASE + loop * 0x00400000, in initarm()
603 &kernel_pt_table[KERNEL_PT_KERNEL + loop]); in initarm()
605 for (loop = 0; loop < KERNEL_PT_VMDATA_NUM; loop++) in initarm()
606 pmap_link_l2pt(l1pagetable, KERNEL_VM_BASE + loop * 0x00400000, in initarm()
607 &kernel_pt_table[KERNEL_PT_VMDATA + loop]); in initarm()
660 for (loop = 0; loop < NUM_KERNEL_PTS; ++loop) { in initarm()
661 pmap_map_chunk(l1pagetable, kernel_pt_table[loop].pv_va, in initarm()
[all …]
/openbsd/gnu/gcc/gcc/
H A Dmodulo-sched.c780 loop_single_full_bb_p (struct loop *loop) in loop_single_full_bb_p() argument
817 #define SIMPLE_SMS_LOOP_P(loop) ((loop->num_nodes < 3 ) \ argument
824 loop_canon_p (struct loop *loop) in loop_canon_p() argument
827 if (loop->inner || ! loop->outer) in loop_canon_p()
848 if (! SIMPLE_SMS_LOOP_P (loop) && ! loop_single_full_bb_p (loop)) in loop_canon_p()
873 canon_loop (struct loop *loop) in canon_loop() argument
884 if (loop->latch == loop->header in canon_loop()
910 struct loop * nloop; in sms_schedule()
957 struct loop *loop = loops->parray[i]; in sms_schedule() local
1070 struct loop *loop = loops->parray[i]; in sms_schedule() local
[all …]
H A Dtree-flow.h818 bool number_of_iterations_exit (struct loop *, edge,
820 tree find_loop_niter (struct loop *, edge *);
821 tree loop_niter_by_eval (struct loop *, edge);
822 tree find_loop_niter_by_eval (struct loop *, edge *);
844 basic_block ip_end_pos (struct loop *);
845 basic_block ip_normal_pos (struct loop *);
850 struct loop *tree_ssa_loop_version (struct loops *, struct loop *, tree,
853 void substitute_in_loop_info (struct loop *, tree, tree);
854 edge single_dom_exit (struct loop *);
855 bool can_unroll_loop_p (struct loop *loop, unsigned factor,
[all …]
H A Dpredict.def55 /* Use number of loop iterations determined by loop unroller to set
58 DEF_PREDICTOR (PRED_LOOP_ITERATIONS, "loop iterations", PROB_ALWAYS,
73 DEF_PREDICTOR (PRED_LOOP_BRANCH, "loop branch", HITRATE (89),
76 /* Edge causing loop to terminate is probably not taken. */
77 DEF_PREDICTOR (PRED_LOOP_EXIT, "loop exit", HITRATE (90),
82 DEF_PREDICTOR (PRED_LOOP_CONDITION, "loop condition", PROB_VERY_LIKELY, 0)
85 DEF_PREDICTOR (PRED_LOOP_PRECONDITIONING, "loop preconditioning", PROB_VERY_LIKELY, 0)
87 /* Copied condition for the first iteration of loop is probably true. */
88 DEF_PREDICTOR (PRED_LOOP_HEADER, "loop header", HITRATE (64), 0)
H A Dparams.def231 and by how much the loop is unrolled.
250 "The maximum number of unrollings of a single loop",
252 /* The maximum number of insns of a peeled loop. */
255 "The maximum number of insns of a peeled loop",
257 /* The maximum number of peelings of a single loop. */
260 "The maximum number of peelings of a single loop",
262 /* The maximum number of insns of a peeled loop. */
281 "The maximum number of insns of an unswitched loop",
286 "The maximum number of unswitchings in a single loop",
303 "max-sms-loop-number",
[all …]
H A Dtree-ssa-loop-ivopts.c350 single_dom_exit (struct loop *loop) in single_dom_exit() argument
967 struct loop *loop = data->current_loop; in find_bivs() local
1003 struct loop *loop = data->current_loop; in mark_bivs() local
1035 struct loop *loop = data->current_loop; in find_givs_in_stmt_scev() local
2091 allow_ip_end_pos_p (struct loop *loop) in allow_ip_end_pos_p() argument
3198 get_computation_at (struct loop *loop, in get_computation_at() argument
5877 struct loop *loop; in tree_ssa_iv_optimize() local
5885 loop = loop->inner; in tree_ssa_iv_optimize()
5897 loop = loop->next; in tree_ssa_iv_optimize()
5899 loop = loop->inner; in tree_ssa_iv_optimize()
[all …]
/openbsd/regress/sys/netinet/mcast/
H A Dmcsend.c54 int ch, s, loop, port, ttl; in main() local
60 loop = -1; in main()
76 loop = strtonum(optarg, 0, 1, &errstr); in main()
120 if (loop != -1) { in main()
121 unsigned char value = loop; in main()
125 err(1, "setsockopt loop %d", loop); in main()
/openbsd/gnu/usr.bin/gcc/gcc/config/d30v/
H A Dlibgcc1.asm86 ; r5 = loop counter
89 or r4,r0,0 || sub r5,r0,-32 ; ah = 0, loop = 32
92 src r4,r2,-1 || sub r5,r5,1 ; ah = (ah << 1) | (al >> 31); decrement loop count
95 bratnz.s r5,.Lloop || nop ; loop back if not done
164 ; r5 = loop counter
171 or r4,r0,0 || sub r5,r0,-32 ; ah = 0, loop = 32
174 src r4,r2,-1 || sub r5,r5,1 ; ah = (ah << 1) | (al >> 31); decrement loop count
177 bratnz.s r5,.Lloop || nop ; loop back if not done
/openbsd/regress/lib/libc/asr/bin/
H A Dthreads.c34 int loop; variable
61 for(j = 0; j < loop; j++) in task()
94 loop = 1; in main()
103 loop = atoi(optarg); in main()
122 printf("%i %i %i\n", LOOP, nthreads, loop); in main()
/openbsd/sys/arch/arm/arm/
H A Ddisassem.c555 int loop; in disasm_print_reglist() local
563 for (loop = 0; loop < 17; ++loop) { in disasm_print_reglist()
565 if (loop == 16 || !(insn & (1 << loop))) { in disasm_print_reglist()
570 if (start == loop - 1) in disasm_print_reglist()
573 di->di_printf("r%d-r%d", start, loop - 1); in disasm_print_reglist()
577 if (insn & (1 << loop)) in disasm_print_reglist()
578 start = loop; in disasm_print_reglist()
H A Darm32_machdep.c223 u_int loop; in cpu_startup() local
246 for (loop = 0; loop < atop(MSGBUFSIZE); ++loop) in cpu_startup()
247 pmap_kenter_pa((vaddr_t)msgbufaddr + loop * PAGE_SIZE, in cpu_startup()
248 msgbufphys + loop * PAGE_SIZE, PROT_READ | PROT_WRITE); in cpu_startup()
/openbsd/regress/sys/net/loop/
H A DMakefile159 REGRESS_TARGETS += run-ping-loop-$n
160 run-ping-loop-$n: stamp-bpf
181 REGRESS_TARGETS += run-ping-rdomain-loop
182 run-ping-rdomain-loop: stamp-bpf
193 REGRESS_TARGETS += run-bpf-loop-$n
194 run-bpf-loop-$n: stamp-stop
203 REGRESS_TARGETS += run-bpf-rdomain-loop-${N1}
204 run-bpf-rdomain-loop-${N1}: stamp-stop
213 REGRESS_TARGETS += run-bpf-rdomain-loop-${N2}
214 run-bpf-rdomain-loop-${N2}: stamp-stop
/openbsd/gnu/llvm/llvm/lib/Passes/
H A DPassRegistry.def135 MODULE_PASS_WITH_PARAMS("loop-extract",
321 FUNCTION_PASS("loop-sink", LoopSinkPass())
336 FUNCTION_PASS("loop-fusion", LoopFusePass())
433 FUNCTION_PASS_WITH_PARAMS("loop-unroll",
459 FUNCTION_PASS_WITH_PARAMS("loop-vectorize",
519 LOOP_ANALYSIS("no-op-loop", NoOpLoopAnalysis())
533 LOOP_PASS("loop-rotate", LoopRotatePass())
534 LOOP_PASS("no-op-loop", NoOpLoopPass())
536 LOOP_PASS("loop-deletion", LoopDeletionPass())
548 LOOP_PASS("loop-reroll", LoopRerollPass())
[all …]
/openbsd/gnu/llvm/llvm/docs/
H A DBlockFrequencyTerminology.rst66 The implementation of the block frequency calculation analyses each loop,
67 bottom-up, ignoring backedges; i.e., as a DAG. After each loop is processed,
68 it's packaged up to act as a pseudo-node in its parent loop's (or the
91 Loop scale is a metric that indicates how many times a loop iterates per entry.
92 As mass is distributed through the loop's DAG, the (otherwise ignored) backedge
94 and thus the loop scale.
100 its containing loop, if any), and each loop pseudo-node has a loop scale and
104 multiplying these masses and loop scales together. A given block's frequency
106 containing loops' loop scales.
125 * loop scales are ignored.
/openbsd/gnu/llvm/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.cpp46 rep->loop[i].thr_ctx, rep->loop[i].mtx_ctx1, rep->loop[i].mtx_ctx0); in ReportDeadlock()
47 PrintStackTrace(thr, rep->loop[i].stk[1]); in ReportDeadlock()
48 if (rep->loop[i].stk[0]) { in ReportDeadlock()
50 rep->loop[i].mtx_ctx0); in ReportDeadlock()
51 PrintStackTrace(thr, rep->loop[i].stk[0]); in ReportDeadlock()
/openbsd/usr.bin/tmux/
H A Dcmd-send-keys.c106 struct utf8_data *ud, *loop; in cmd_send_keys_inject_string() local
134 for (loop = ud; loop->size != 0; loop++) { in cmd_send_keys_inject_string()
135 if (loop->size == 1 && loop->data[0] <= 0x7f) in cmd_send_keys_inject_string()
136 key = loop->data[0]; in cmd_send_keys_inject_string()
138 if (utf8_from_data(loop, &uc) != UTF8_DONE) in cmd_send_keys_inject_string()
H A Dcmd-server-access.c50 struct client *loop; in cmd_server_access_deny() local
58 TAILQ_FOREACH(loop, &clients, entry) { in cmd_server_access_deny()
59 uid = proc_get_peer_uid(loop->peer); in cmd_server_access_deny()
61 loop->exit_message = xstrdup("access not allowed"); in cmd_server_access_deny()
62 loop->flags |= CLIENT_EXIT; in cmd_server_access_deny()
H A Dserver-acl.c76 struct server_acl_user *loop; in server_acl_display() local
80 RB_FOREACH(loop, server_acl_entries, &server_acl_entries) { in server_acl_display()
81 if (loop->uid == 0) in server_acl_display()
83 if ((pw = getpwuid(loop->uid)) != NULL) in server_acl_display()
87 if (loop->flags == SERVER_ACL_READONLY) in server_acl_display()
/openbsd/gnu/llvm/llvm/examples/BrainF/
H A DBrainF.cpp195 int loop; in readloop() local
321 loop = (cursym == SYM_NONE) in readloop()
324 while(loop) { in readloop()
332 loop = 0; in readloop()
352 loop = 0; in readloop()
373 loop = 0; in readloop()
384 loop = 0; in readloop()
393 loop = 0; in readloop()
402 loop = 0; in readloop()
411 loop = 0; in readloop()
/openbsd/usr.bin/yacc/
H A Dreader.c384 loop: in copy_text()
393 goto loop; in copy_text()
465 goto loop; in copy_text()
481 goto loop; in copy_text()
511 loop: in copy_union()
522 goto loop; in copy_union()
526 goto loop; in copy_union()
535 goto loop; in copy_union()
622 goto loop; in copy_union()
625 goto loop; in copy_union()
[all …]
/openbsd/regress/sys/kern/sosplice/loop/
H A DMakefile43 REGRESS_TARGETS += run-loop-ipv$i-proto$p
44 run-loop-ipv$i-proto$p: loop.pl
45 SUDO="${SUDO}" ${KTRACE} perl ${PERLPATH}loop.pl -$i -p $p $v
/openbsd/usr.bin/cvs/
H A Dhash_func.c44 u_int32_t h, loop; in hash4() local
52 loop = (len + 8 - 1) >> 3; in hash4()
72 } while (--loop); in hash4()

12345678910>>...41