| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A D | StringTableBuilder.cpp | 128 void StringTableBuilder::finalizeStringTable(bool Optimize) { in finalizeStringTable() argument 131 if (Optimize) { in finalizeStringTable()
|
| /freebsd-12.1/contrib/llvm/include/llvm/MC/ |
| H A D | StringTableBuilder.h | 35 void finalizeStringTable(bool Optimize);
|
| /freebsd-12.1/contrib/googletest/googletest/xcode/Config/ |
| H A D | ReleaseProject.xcconfig | 15 // Optimize for space and size (Apple recommendation)
|
| /freebsd-12.1/contrib/gcc/config/mips/ |
| H A D | mips.opt | 202 Optimize lui/addiu address loads 210 -mtune=PROCESSOR Optimize the output for PROCESSOR
|
| /freebsd-12.1/contrib/gcclibs/libgomp/ |
| H A D | configure.tgt | 13 # Optimize TLS usage by avoiding the overhead of dynamic allocation.
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/ |
| H A D | CLCompatOptions.td | 124 HelpText<"Optimize for size (same as /Og /Os /Oy /Ob2 /GF /Gy)">; 126 HelpText<"Optimize for speed (same as /Og /Oi /Ot /Oy /Ob2 /GF /Gy)">; 142 HelpText<"Optimize for size">; 144 HelpText<"Optimize for speed">;
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | Config.h | 226 unsigned Optimize; member
|
| H A D | InputFiles.cpp | 336 if (Config->Optimize == 0 && !Config->Relocatable) in shouldMerge()
|
| H A D | Options.td | 54 def O: JoinedOrSeparate<["-"], "O">, HelpText<"Optimize output file size">;
|
| H A D | Driver.cpp | 822 Config->Optimize = args::getInteger(Args, OPT_O, 1); in readConfigs()
|
| /freebsd-12.1/contrib/gcc/config/sparc/ |
| H A D | sparc.opt | 88 Optimize tail call instructions in assembler and linker
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_fs_x/ |
| H A D | TODO | 37 Optimize data ordering during pack 165 Optimize data ordering during pack
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 225 CODEGENOPT(StrictEnums , 1, 0) ///< Optimize based on strict enum definition. 226 CODEGENOPT(StrictVTablePointers, 1, 0) ///< Optimize based on the strict vtable pointers
|
| H A D | LangOptions.def | 164 COMPATIBLE_LANGOPT(Optimize , 1, 0, "__OPTIMIZE__ predefined macro")
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 612 LO.Optimize || CGOpts.PrepareForLTO || CGOpts.PrepareForThinLTO, in CreateCompileUnit() 1588 if (CGM.getLangOpts().Optimize) in CreateCXXMemberFunction() 3213 if (CGM.getLangOpts().Optimize) in getFunctionFwdDeclOrStub() 3457 if (CGM.getLangOpts().Optimize) in EmitFunctionStart() 3545 if (CGM.getLangOpts().Optimize) in EmitFunctionDecl() 3823 Scope, FieldName, Unit, Line, FieldTy, CGM.getLangOpts().Optimize, in EmitDeclare() 3838 CGM.getLangOpts().Optimize, Flags) in EmitDeclare() 3840 CGM.getLangOpts().Optimize, in EmitDeclare() 4110 scope, Name, ArgNo, tunit, line, type, CGM.getLangOpts().Optimize, flags); in EmitDeclareOfBlockLiteralArgVariable() 4483 if (!CGM.getLangOpts().Optimize || DebugKind == codegenoptions::NoDebugInfo || in getCallSiteRelatedAttrs()
|
| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrInteger.td | 97 // Optimize away an explicit mask on a rotate count.
|
| /freebsd-12.1/contrib/apr/ |
| H A D | CHANGES | 33 *) apr_skiplist: Optimize the number of allocations by reusing pooled or
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | common.opt | 50 Optimize for space rather than speed 574 Optimize induction variables on trees 657 Optimize sibling and tail recursive calls
|
| /freebsd-12.1/contrib/jemalloc/ |
| H A D | ChangeLog | 92 - Optimize the generated assembly for ticker operations. (@davidtgoldblatt) 485 - Optimize the fast paths of calloc() and [m,d,sd]allocx(). (@jasone) 553 - Optimize the fast path to combine various bootstrapping and configuration 642 - Optimize irallocx_prof() to optimistically update the sampler state. The
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | passes.texi | 193 If mudflap (@pxref{Optimize Options,,-fmudflap -fmudflapth 577 @item Optimize calls to @code{__builtin_object_size} 771 @item Optimize mode switching
|
| /freebsd-12.1/contrib/serf/ |
| H A D | CHANGES | 120 Optimize SPNego authentication processing (r1868)
|
| H A D | SConstruct | 279 # Optimize for speed, use DLL runtime
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | InitPreprocessor.cpp | 726 if (LangOpts.Optimize) in InitializePredefinedMacros()
|
| /freebsd-12.1/sys/contrib/libsodium/ |
| H A D | configure.ac | 175 [AS_HELP_STRING(--enable-opt,Optimize for the native CPU - The resulting library will be faster but…
|
| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | GlobalISelEmitter.cpp | 3052 MatchTable buildMatchTable(MutableArrayRef<RuleMatcher> Rules, bool Optimize, 4164 bool Optimize, bool WithCoverage) { in buildMatchTable() argument 4169 if (!Optimize) in buildMatchTable()
|