Home | History | Annotate | Download | only in info

Lines Matching full:inlining

664           -fearly-inlining -fipa-sra -fexpensive-optimizations -ffast-math
668 -fgcse-sm -fif-conversion -fif-conversion2 -findirect-inlining
688 -fpartial-inlining -fpeel-loops -fpredictive-commoning
4352 inlining that has already been done in the current function.
4946 # disable early inlining
4948 # disable ipa inlining
5242 function removal, and inlining decisions.
5245 Dump after function inlining.
5784 -findirect-inlining
5787 -fpartial-inlining
5918 `-findirect-inlining'
5920 compile time thanks to previous inlining. This option has any
5921 effect only when inlining itself is turned on by the
5938 Consider all `static' functions called once for inlining into their
5945 `-fearly-inlining'
5948 doing `-fprofile-generate' instrumentation and real inlining pass.
5950 inlining faster on programs having large chains of nested wrapper
5967 Inlining is actually controlled by a number of parameters, which
5978 controlling inlining and for the defaults of these parameters.
6243 of indirect inlining (`-findirect-inlining') and interprocedural
6915 `-fpartial-inlining'
6917 inlining itself is turned on by the `-finline-functions' or
7506 enables cross-module optimizations such as inlining.
8047 the tree inliner will consider for inlining. This only
8054 inlining by the compiler will be investigated. To those
8073 larger than this limit after inlining, inlining is
8080 Specifies maximal growth of large function caused by inlining
8086 by inlining of units larger than this limit is limited by
8091 inlining is very sane. For very large units consisting of
8100 caused by inlining. The default value is 30 which limits
8110 The limit specifying large stack frames. While inlining the
8116 inlining in percents. The default value is 1000 which limits
8123 recursive inlining.
8127 function not declared inline, recursive inlining happens only
8135 inlining.
8139 function not declared inline, recursive inlining happens only
8145 Recursive inlining is profitable only for function having
8153 parameter limits inlining only to call expression whose
8157 `early-inlining-insns'
8159 increases amount of inlining for code having large
8166 Deeper chains are still handled by late inlining.
11002 Enable inlining of PLT entries in function calls to functions that
11762 Enable inlining of PLT entries in function calls to functions that
12832 more inlining, increase code size, but may improve performance of
18949 inlining and cloning. If `&&foo' is used in a static variable
18950 initializer, inlining and cloning is forbidden.
20296 function is used only for inlining. In no case is the function
20340 Generally, inlining into a function is limited. For a function
20343 considered for inlining depends on its size and the current
20344 inlining parameters.
21106 for inlining. If the function does not have side-effects, there
21107 are optimizations other than inlining that causes function calls
21567 Enable/disable inlining of string operations.
23251 function inlining, depending on the particular case. You can also
23273 The three types of inlining behave similarly in two important cases:
23320 The remainder of this section is specific to GNU C90 inlining.
23330 then the definition is used only for inlining. In no case is the
26344 inlining the expected behavior is that the function will return
38531 necessary, if the address of the function is taken or if inlining
38659 on function inlining.
38665 definition is used only for inlining with its callers.
38670 can be found via pointers (or by callers compiled without inlining).
44934 * fearly-inlining: Optimize Options. (line 262)
44979 * findirect-inlining: Optimize Options. (line 235)
45147 * fpartial-inlining: Optimize Options. (line 1232)
47521 * C++ pragmas, effect on inlining: C++ Interface. (line 66)
47959 * inlining and C++ pragmas: C++ Interface. (line 66)
48340 * pragmas in C++, effect on inlining: C++ Interface. (line 66)