Searched refs:swtch (Results 1 – 14 of 14) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | loop-unroll.c | 938 basic_block preheader, *body, *dom_bbs, swtch, ezc_swtch; in unroll_loop_runtime_iterations() local 1036 swtch = loop_split_edge_with (loop_preheader_edge (loop), in unroll_loop_runtime_iterations() 1061 swtch = loop_split_edge_with (single_pred_edge (swtch), branch_code); in unroll_loop_runtime_iterations() 1062 set_immediate_dominator (CDI_DOMINATORS, preheader, swtch); in unroll_loop_runtime_iterations() 1064 e = make_edge (swtch, preheader, in unroll_loop_runtime_iterations() 1065 single_succ_edge (swtch)->flags & EDGE_IRREDUCIBLE_LOOP); in unroll_loop_runtime_iterations() 1073 swtch = ezc_swtch; in unroll_loop_runtime_iterations() 1079 swtch = loop_split_edge_with (single_succ_edge (swtch), branch_code); in unroll_loop_runtime_iterations() 1080 set_immediate_dominator (CDI_DOMINATORS, preheader, swtch); in unroll_loop_runtime_iterations() 1082 e = make_edge (swtch, preheader, in unroll_loop_runtime_iterations() [all …]
|
H A D | tree-dump.c | 793 dump_register (const char *suffix, const char *swtch, const char *glob, in dump_register() argument 814 extra_dump_files[this].swtch = swtch; in dump_register() 942 return dfi->swtch; in dump_flag_name() 997 option_value = skip_leading_substring (arg, doglob ? dfi->glob : dfi->swtch); in dump_switch_p_1() 1025 length, ptr, dfi->swtch); in dump_switch_p_1()
|
H A D | tree-pass.h | 134 const char *swtch; /* command line switch */ member
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | tree-dump.c | 650 const char *const swtch; /* command line switch */ member 727 return dump_files[phase].swtch; 752 if ((option_value = skip_leading_substring (arg, dump_files[ix].swtch))) 779 length, ptr, dump_files[ix].swtch);
|
/openbsd/sys/uvm/ |
H A D | uvmexp.h | 99 int swtch; /* context switch count */ member
|
H A D | uvm_meter.c | 308 uexp.faults, uexp.traps, uexp.intrs, uexp.swtch, in uvmexp_print()
|
/openbsd/usr.bin/systat/ |
H A D | uvm.c | 71 &uvmexp.swtch, &last_uvmexp.swtch, "swtch",
|
H A D | vmstat.c | 433 PUTRATE(uvmexp.swtch, GENSTATROW + 1, GENSTATCOL, 6); in showkre()
|
/openbsd/usr.bin/vmstat/ |
H A D | vmstat.c | 378 rate(uvmexp.swtch - ouvmexp.swtch)); in dovmstat() 530 (void)printf("%11u cpu context switches\n", uvmexp.swtch); in dosum()
|
/openbsd/libexec/rpc.rstatd/ |
H A D | rstat_proc.c | 236 stats_all.s2.v_swtch = uvmexp.swtch; in updatestat()
|
/openbsd/sys/arch/sparc64/sparc64/ |
H A D | genassym.cf | 112 member swtch
|
/openbsd/sys/kern/ |
H A D | sched_bsd.c | 391 uvmexp.swtch++; in mi_switch()
|
H A D | kern_sched.c | 252 uvmexp.swtch++; in sched_toidle()
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perl5280delta.pod | 510 recursion, thanks to Russ Cox. See L<https://research.swtch.com/glob>
|