Home
last modified time | relevance | path

Searched refs:inlining (Results 1 – 25 of 341) sorted by relevance

12345678910>>...14

/netbsd-src/external/apache2/llvm/dist/clang/docs/analyzer/developer-docs/
H A DIPA.rst5 inlining. The major one is ``-analyzer-config ipa``:
7 * ``analyzer-config ipa=none`` - All inlining is disabled. This is the only mode
10 * ``analyzer-config ipa=basic-inlining`` - Turns on inlining for C functions, C++
15 * ``analyzer-config ipa=inlining`` - Turns on inlining when we can confidently find
39 c++-inlining
44 ``-analyzer-config c++-inlining=[none | methods | constructors | destructors]``
47 inlined as well; it doesn't make sense to inline destructors without inlining
50 The default c++-inlining mode is 'destructors', meaning that all member
51 functions with visible definitions will be considered for inlining. In some
56 inlined under -analyzer-config ipa=none or -analyzer-config ipa=basic-inlining,
[all …]
H A Dnullability.rst73 …ned body. For example, consider these conversions from nonnull to nullable in presence of inlining:
85inlining is not robust enough (for example there might be more parameters with different nullabili…
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcif-code.def36 /* Function has not be considered for inlining. This is the code for
37 functions that have not been rejected for inlining yet. */
39 N_("function not considered for inlining"))
52 "inlining"))
62 /* Function is not an inlining candidate. */
78 /* Recursive inlining. */
80 N_("recursive inlining"))
104 N_("originally indirect function call not considered for inlining"))
140 " inlining static for live patching"))
H A Dparams.opt103 The maximum length of a constant string for a builtin string cmp call eligible for inlining. The de…
125 -param=early-inlining-insns=
127 Maximal estimated growth of function body caused by early inlining of single call.
222 …plied to inline-insns-single and auto limits when heuristics hints that inlining is very profitabl…
230 How much can given compilation unit grow because of the inlining (in percent).
378 Maximal growth due to inlining of large function (in percent).
390 Maximal stack frame growth due to inlining (in percent).
514 The maximum number of nested indirect inlining performed by early inliner.
550 Maximum loop depth of a call which is considered for inlining functions called once.
558 The maximum number of instructions when automatically inlining.
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcif-code.def36 /* Function has not be considered for inlining. This is the code for
37 functions that have not been rejected for inlining yet. */
39 N_("function not considered for inlining"))
52 "inlining"))
62 /* Function is not an inlining candidate. */
78 /* Recursive inlining. */
80 N_("recursive inlining"))
104 N_("originally indirect function call not considered for inlining"))
139 " inlining static for live patching"))
H A Dparams.opt79 The maximum length of a constant string for a builtin string cmp call eligible for inlining. The de…
101 -param=early-inlining-insns=
103 Maximal estimated growth of function body caused by early inlining of single call.
179 …plied to inline-insns-single and auto limits when heuristics hints that inlining is very profitabl…
187 How much can given compilation unit grow because of the inlining (in percent).
295 Maximal growth due to inlining of large function (in percent).
307 Maximal stack frame growth due to inlining (in percent).
427 The maximum number of nested indirect inlining performed by early inliner.
467 The maximum number of instructions when automatically inlining.
471 The maximum number of instructions inline function can grow to via recursive inlining.
[all …]
H A Dtimevar.def80 DEFTIMEVAR (TV_IPA_INLINING , "ipa inlining heuristics")
148 DEFTIMEVAR (TV_FLATTEN_INLINING , "flatten inlining")
149 DEFTIMEVAR (TV_EARLY_INLINING , "early inlining heuristics")
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.def122 bool, MayInlineTemplateFunctions, "c++-template-inlining",
123 "Whether or not templated functions may be considered for inlining.", true)
125 ANALYZER_OPTION(bool, MayInlineCXXStandardLibrary, "c++-stdlib-inlining",
127 "considered for inlining.",
130 ANALYZER_OPTION(bool, MayInlineCXXAllocator, "c++-allocator-inlining",
131 "Whether or not allocator call may be considered for inlining.",
135 bool, MayInlineCXXSharedPtrDtor, "c++-shared_ptr-inlining",
137 "inlining. This covers std::shared_ptr, std::tr1::shared_ptr, and "
141 ANALYZER_OPTION(bool, MayInlineCXXTemporaryDtors, "c++-temp-dtor-inlining",
170 ANALYZER_OPTION(bool, MayInlineCXXContainerMethods, "c++-container-inlining",
[all …]
/netbsd-src/sys/arch/sparc/conf/
H A DGENERIC.MP9 ## disable inlining __cpu_simple_lock()
11 ## not inlining saves about 60K on the kernel's text
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dattrib.c79 int explicitProtection, AlignDeclaration *aligndecl, PINLINE inlining) in createNewScope() argument
88 inlining != sc->inlining) in createNewScope()
98 sc2->inlining = inlining; in createNewScope()
432 sc->inlining); in newScope()
537 sc->inlining); in newScope()
564 sc->inlining); in newScope()
619 sc->inlining); in newScope()
682 sc->inlining); in newScope()
885 PINLINE inlining = PINLINEdefault; in newScope() local
887 inlining = PINLINEdefault; in newScope()
[all …]
H A Dscope.h109 PINLINE inlining; // inlining strategy for functions member
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dattrib.d86 AlignDeclaration aligndecl, PragmaDeclaration inlining) in createNewScope() argument
95 inlining != sc.inlining) in createNewScope()
105 sc2.inlining = inlining; in createNewScope()
260 sc.visibility, sc.explicitVisibility, sc.aligndecl, sc.inlining); in newScope()
418 sc.aligndecl, sc.inlining); in newScope()
465 sc.aligndecl, sc.inlining); in newScope()
632 …reateNewScope(sc, sc.stc, sc.linkage, sc.cppmangle, this.visibility, 1, sc.aligndecl, sc.inlining); in newScope()
736 …ope(sc, sc.stc, sc.linkage, sc.cppmangle, sc.visibility, sc.explicitVisibility, this, sc.inlining); in newScope()
H A Dscope.h112 PragmaDeclaration *inlining; // inlining strategy for functions member
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-symbolizer/
H A DOpts.td68 def : F<"inlining", "Alias for --inlines">, Alias<inlines>;
74 def : Flag<["--"], "inlining=true">, Alias<inlines>, HelpText<"Alias for --inlines">;
75 def : Flag<["--"], "inlining=false">, Alias<no_inlines>, HelpText<"Alias for --no-inlines">;
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/arm/
H A Dt-strongarm-elf5 # Disabling function inlining is a workaround for this problem.
H A Dt-netbsd17 # Disabling function inlining is a workaround for this problem.
H A Dt-elf33 # Disabling function inlining is a workaround for this problem.
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/arm/
H A Dt-strongarm-elf5 # Disabling function inlining is a workaround for this problem.
H A Dt-netbsd17 # Disabling function inlining is a workaround for this problem.
H A Dt-elf33 # Disabling function inlining is a workaround for this problem.
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DAttributes.td85 /// Source said inlining was desirable.
236 /// inlining) and a conservative merge strategy where inlining an attributed
281 // callee and decide whether inlining should be allowed. The function's
/netbsd-src/lib/libc/softfloat/
H A Dsoftfloat-source.txt184 If an inlining attribute (such as an `inline' keyword) is provided by the
188 be inlined by the compiler. SoftFloat depends on inlining to obtain
189 good speed. Even if inlining cannot be forced with a language keyword,
190 the compiler may still be able to perform inlining on its own as an
347 inlining cannot be forced by an appropriate definition of the `INLINE'
348 macro, the compiler may still be able to perform inlining on its own as
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/
H A Dopt.rst67 .. option:: -disable-inlining
69 This option simply removes the inlining pass from the standard list.
/netbsd-src/external/gpl3/binutils/dist/gold/
H A DTODO22 to correct for inlining. But that would be very expensive, I
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A DTODO22 to correct for inlining. But that would be very expensive, I

12345678910>>...14