| /NextBSD/contrib/llvm/lib/Passes/ |
| HD | PassRegistry.def | 1 //===- 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/ |
| HD | LTOCodeGenerator.cpp | 459 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/ |
| HD | correct.c | 116 static int passes = 0; in adjclock() local 153 if (passes > 1 in adjclock() 156 passes = 0; in adjclock()
|
| /NextBSD/contrib/gcc/doc/ |
| HD | passes.texi | 10 @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 …]
|
| HD | collect2.texi | 29 where the passes of the compiler are installed. When @code{collect2} 55 @command{gcc} searches for passes of the compiler. This includes
|
| HD | gccint.texi | 106 * 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
|
| HD | cfg.texi | 61 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/ |
| HD | profile.c | 268 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/ |
| HD | zfsldr.S | 67 mov $0x1,%cx # Two passes 80 jcxz main.1 # passes
|
| /NextBSD/crypto/openssl/doc/ssl/ |
| HD | SSL_state_string.pod | 24 During its use, an SSL objects passes several states. The state is internally
|
| /NextBSD/usr.sbin/fifolog/ |
| HD | flint.lnt | 5 //-passes=3
|
| /NextBSD/contrib/netbsd-tests/lib/libc/regex/data/ |
| HD | complex.in | 11 # fish for anomalies as the number of states passes 32
|
| /NextBSD/crypto/openssl/doc/crypto/ |
| HD | BN_generate_prime.pod | 81 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
|
| HD | bio.pod | 26 A filter BIO takes data from one BIO and passes it through to
|
| /NextBSD/contrib/ipfilter/ipsd/ |
| HD | README | 22 group of passes is then made over this table using a netmask of 0xfffffffe,
|
| /NextBSD/sys/boot/i386/boot2/ |
| HD | boot1.S | 150 mov $0x1,%cx # Two passes 163 jcxz main.1 # passes
|
| /NextBSD/contrib/gcc/config/mips/ |
| HD | predicates.md | 179 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/ |
| HD | Makefile.in | 695 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/ |
| HD | ChangeLog.apple | 9 (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/ |
| HD | patch-06-llvm-r248439-fdiv-hoisting.diff | 57 +; passes. Therefore, we either need to adjust SimplifyCFG's
|
| /NextBSD/crypto/heimdal/lib/ipc/ |
| HD | Makefile.in | 693 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/ |
| HD | Makefile.in | 745 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/ |
| HD | ffs_vnops.c | 222 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/ |
| HD | README | 7 switches its terminal to raw mode, then rlfe passes your characters
|
| /NextBSD/contrib/groff/contrib/pdfmark/ |
| HD | ChangeLog | 108 runs multiple groff passes, to format PDF documents.
|