Home
last modified time | relevance | path

Searched refs:passes (Results 1 – 25 of 211) sorted by relevance

123456789

/NextBSD/contrib/llvm/lib/Passes/
HDPassRegistry.def1 //===- PassRegistry.def - Registry of passes --------------------*- C++ -*-===//
10 // This file is used as the registry of passes that are part of the core LLVM
11 // libraries. This file describes both transformation passes and analyses
12 // Analyses are registered while transformation passes have names registered
/NextBSD/contrib/llvm/lib/LTO/
HDLTOCodeGenerator.cpp459 legacy::PassManager passes; in applyScopeRestrictions() local
460 passes.add(createVerifierPass()); in applyScopeRestrictions()
506 passes.add(createInternalizePass(MustPreserveList)); in applyScopeRestrictions()
509 passes.run(*mergedModule); in applyScopeRestrictions()
528 legacy::PassManager passes; in optimize() local
533 passes.add( in optimize()
548 PMB.populateLTOPassManager(passes); in optimize()
551 passes.run(*mergedModule); in optimize()
/NextBSD/usr.sbin/timed/timed/
HDcorrect.c116 static int passes = 0; in adjclock() local
153 if (passes > 1 in adjclock()
156 passes = 0; in adjclock()
/NextBSD/contrib/gcc/doc/
HDpasses.texi10 @cindex passes and files of the compiler
11 @cindex files and passes of the compiler
12 @cindex compiler passes and files
15 code generation passes of the compiler. In the process, it describes
22 * Pass manager:: Sequencing the optimization passes.
23 * Tree-SSA passes:: Optimizations on a high-level representation.
24 * RTL passes:: Optimizations on a low-level representation.
131 passes through here at least once, and it is from here that we
149 The pass manager is located in @file{passes.c}, @file{tree-optimize.c}
151 Its job is to run all of the individual passes in the correct order,
[all …]
HDcollect2.texi29 where the passes of the compiler are installed. When @code{collect2}
55 @command{gcc} searches for passes of the compiler. This includes
HDgccint.texi106 * Passes:: Order of passes, what they do, and what each file is for.
108 * RTL:: The intermediate representation that most passes work on.
139 @include passes.texi
HDcfg.texi61 process, as passes reorder, create, duplicate, and destroy basic
324 computed jumps are un-factored in the later passes of the compiler.
325 Be aware of that when you work on passes in that area. There have
349 limited to post-reload passes only. This can be used by back-ends to
416 Most optimization passes can use only the frequency information of a
417 basic block, but a few passes may want to know hard execution counts.
651 up to date during code modifying passes. This can be easily
/NextBSD/contrib/gcc/
HDprofile.c268 int passes; in compute_branch_probabilities() local
372 passes = 0; in compute_branch_probabilities()
375 passes++; in compute_branch_probabilities()
469 total_num_passes += passes; in compute_branch_probabilities()
471 fprintf (dump_file, "Graph solving took %d passes.\n\n", passes); in compute_branch_probabilities()
/NextBSD/sys/boot/i386/zfsboot/
HDzfsldr.S67 mov $0x1,%cx # Two passes
80 jcxz main.1 # passes
/NextBSD/crypto/openssl/doc/ssl/
HDSSL_state_string.pod24 During its use, an SSL objects passes several states. The state is internally
/NextBSD/usr.sbin/fifolog/
HDflint.lnt5 //-passes=3
/NextBSD/contrib/netbsd-tests/lib/libc/regex/data/
HDcomplex.in11 # fish for anomalies as the number of states passes 32
/NextBSD/crypto/openssl/doc/crypto/
HDBN_generate_prime.pod81 B<p> is composite; if B<p> passes all these tests, it is considered
101 and passes the ints B<a> and B<b> as arguments. There are two types of
HDbio.pod26 A filter BIO takes data from one BIO and passes it through to
/NextBSD/contrib/ipfilter/ipsd/
HDREADME22 group of passes is then made over this table using a netmask of 0xfffffffe,
/NextBSD/sys/boot/i386/boot2/
HDboot1.S150 mov $0x1,%cx # Two passes
163 jcxz main.1 # passes
/NextBSD/contrib/gcc/config/mips/
HDpredicates.md179 then be optimized by all rtl passes.
186 (3) If we allowed pre-reload passes like combine and cse to recreate
/NextBSD/crypto/heimdal/lib/ntlm/
HDMakefile.in695 if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
696 … banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
/NextBSD/contrib/gcc/cp/
HDChangeLog.apple9 (init_byref_decl): Takes a new 'flag' argument and passes
13 variable declaration and passes it down to init_byref_decl.
299 as extra argument and passes it down to
302 (cp_parser_objc_declaration): Parses attribute list and passes it down
/NextBSD/contrib/llvm/patches/
HDpatch-06-llvm-r248439-fdiv-hoisting.diff57 +; passes. Therefore, we either need to adjust SimplifyCFG's
/NextBSD/crypto/heimdal/lib/ipc/
HDMakefile.in693 if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
694 … banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
/NextBSD/crypto/heimdal/lib/sl/
HDMakefile.in745 if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
746 … banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
/NextBSD/sys/ufs/ffs/
HDffs_vnops.c222 int error, wait, passes; in ffs_syncvnode() local
240 passes = 0; in ffs_syncvnode()
259 lbn_level(bp->b_lblkno) >= passes) in ffs_syncvnode()
341 if (wait == 1 || ++passes < NIADDR + 2) in ffs_syncvnode()
/NextBSD/contrib/libreadline/examples/rlfe/
HDREADME7 switches its terminal to raw mode, then rlfe passes your characters
/NextBSD/contrib/groff/contrib/pdfmark/
HDChangeLog108 runs multiple groff passes, to format PDF documents.

123456789