Searched refs:passes (Results 1 - 21 of 21) sorted by relevance

/freebsd-10.1-release/contrib/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp83 // Initialize LTO passes. Please keep this funciton in sync with
85 // passes are initialized.
386 PassManager passes; local
387 passes.add(createVerifierPass());
433 passes.add(createInternalizePass(MustPreserveList));
436 passes.run(*mergedModule);
441 /// Optimize merged modules using various IPO passes
455 // Instantiate the pass manager to organize the passes.
456 PassManager passes; local
459 passes
[all...]
/freebsd-10.1-release/usr.sbin/timed/timed/
H A Dcorrect.c116 static int passes = 0; local
153 if (passes > 1
156 passes = 0;
/freebsd-10.1-release/gnu/usr.bin/cc/doc/
H A DMakefile27 portability.texi interface.texi passes.texi c-tree.texi \
/freebsd-10.1-release/contrib/gcc/
H A Dprofile.c271 int passes;
372 This takes an average of slightly more than 3 passes. */
375 passes = 0;
378 passes++;
472 total_num_passes += passes;
474 fprintf (dump_file, "Graph solving took %d passes.\n\n", passes);
1210 fprintf (dump_file, "Total number of graph solution passes: %d\n",
1213 fprintf (dump_file, "Average number of graph solution passes: %d\n",
268 int passes; local
H A Dgcse.c203 Two passes of copy/constant propagation are done because the first one
223 We used to support multiple passes but there are diminishing returns in
226 Experiments show any further passes don't make enough changes to justify
229 A study of spec92 using an unlimited number of passes:
239 max-gcse-passes can be modified if one wants to experiment.
3104 or make it delete the REG_EUAQL note, and fix up all passes that
4418 the expression into the result of the SET. It is left to later passes
4734 int changed, passes;
4740 passes = 0;
4757 passes
4717 int changed, passes; local
[all...]
H A Dmodulo-sched.c902 static int passes = 0;
963 if ((passes++ > MAX_SMS_LOOP_NUMBER) && (MAX_SMS_LOOP_NUMBER != -1))
1160 iterations, let the scheduling passes do the job. */
1245 scheduling passes doesn't touch it. */
899 static int passes = 0; local
/freebsd-10.1-release/sys/boot/i386/zfsboot/
H A Dzfsldr.S67 mov $0x1,%cx # Two passes
80 jcxz main.1 # passes
162 * and passes it to read. We assume that the destination address is
/freebsd-10.1-release/sys/boot/i386/boot2/
H A Dboot1.S150 mov $0x1,%cx # Two passes
163 jcxz main.1 # passes
/freebsd-10.1-release/gnu/usr.bin/cc/cc_int/
H A DMakefile61 et-forest.o cfghooks.o bt-load.o pretty-print.o $(GGC) web.o passes.o \
/freebsd-10.1-release/sys/ufs/ffs/
H A Dffs_vnops.c221 int error, wait, passes; local
239 passes = 0;
258 lbn_level(bp->b_lblkno) >= passes)
323 * amount of trying will get them clean. We make several passes
326 * Regular files may need multiple passes to flush all dependency
332 /* Write the inode after sync passes to flush deps. */
340 if (wait == 1 || ++passes < NIADDR + 2)
/freebsd-10.1-release/contrib/llvm/lib/Support/Windows/
H A DSignals.inc36 // the ll format specifier for printf. However, MinGW passes the format
/freebsd-10.1-release/sys/kern/
H A Dsubr_bus.c855 static driver_list_t passes = TAILQ_HEAD_INITIALIZER(passes); variable
864 * will be added to the global passes list.
878 * Walk the passes list. If we already know about this pass
882 TAILQ_FOREACH(dl, &passes, passlink) {
890 TAILQ_INSERT_TAIL(&passes, new, passlink);
908 TAILQ_FOREACH(dl, &passes, passlink) {
3559 * passes should have their identify routines called
/freebsd-10.1-release/sbin/camcontrol/
H A Dcamcontrol.c5602 int passes = 0; local
5641 passes = strtol(optarg, NULL, 0);
5642 if (passes < 1 || passes > 31) {
5643 warnx("invalid passes value %d", passes);
5727 if (passes == 0)
5730 pl->byte1 = passes;
5737 if (passes != 0)
7813 " [-c passes][
[all...]
/freebsd-10.1-release/contrib/ncurses/include/
H A DCaps309 bit_image_entwining bitwin num Yo - - ----- number of passes for each bit-image row
H A DCaps.aix4309 bit_image_entwining bitwin num Yo - - ----- number of passes for each bit-image row
H A DCaps.hpux11311 bit_image_entwining bitwin num Yo - - ----- number of passes for each bit-image row
H A DCaps.keys311 bit_image_entwining bitwin num Yo - - ----- number of passes for each bit-image row
/freebsd-10.1-release/contrib/libyaml/config/
H A Dltmain.sh1484 -no-suppress do not suppress compiler output for multiple passes
4992 passes="conv dlpreopen link"
5008 passes="conv scan dlopen dlpreopen link"
5010 *) passes="conv"
5014 for pass in $passes; do
/freebsd-10.1-release/contrib/amd/doc/
H A Dtexinfo.tex195 % that the text looks ok even though it passes the margin).
/freebsd-10.1-release/contrib/gcc/doc/include/
H A Dtexinfo.tex204 % that the text looks ok even though it passes the margin).
/freebsd-10.1-release/contrib/groff/doc/
H A Dtexinfo.tex196 % that the text looks ok even though it passes the margin).

Completed in 431 milliseconds