Home
last modified time | relevance | path

Searched refs:swtch (Results 1 – 14 of 14) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dloop-unroll.c938 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 Dtree-dump.c793 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 Dtree-pass.h134 const char *swtch; /* command line switch */ member
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dtree-dump.c650 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 Duvmexp.h99 int swtch; /* context switch count */ member
H A Duvm_meter.c308 uexp.faults, uexp.traps, uexp.intrs, uexp.swtch, in uvmexp_print()
/openbsd/usr.bin/systat/
H A Duvm.c71 &uvmexp.swtch, &last_uvmexp.swtch, "swtch",
H A Dvmstat.c433 PUTRATE(uvmexp.swtch, GENSTATROW + 1, GENSTATCOL, 6); in showkre()
/openbsd/usr.bin/vmstat/
H A Dvmstat.c378 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 Drstat_proc.c236 stats_all.s2.v_swtch = uvmexp.swtch; in updatestat()
/openbsd/sys/arch/sparc64/sparc64/
H A Dgenassym.cf112 member swtch
/openbsd/sys/kern/
H A Dsched_bsd.c391 uvmexp.swtch++; in mi_switch()
H A Dkern_sched.c252 uvmexp.swtch++; in sched_toidle()
/openbsd/gnu/usr.bin/perl/pod/
H A Dperl5280delta.pod510 recursion, thanks to Russ Cox. See L<https://research.swtch.com/glob>