HomeSort by relevance Sort by last modified time
    Searched full:inlining (Results 151 - 175 of 731) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium/base/allocator/
allocator_shim.cc 11 // of inlining that we get with malloc/free/etc. Disabling makes it
53 // We include tcmalloc and the win_allocator to get as much inlining as
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_compiler.h 93 /* Function inlining */
119 /* Forced function inlining */
  /external/clang/include/clang/Frontend/
CodeGenOptions.def 145 /// The kind of inlining to perform.
146 ENUM_CODEGENOPT(Inlining, InliningMethod, 2, NoInlining)
  /external/llvm/docs/CommandGuide/
opt.rst 76 .. option:: -disable-inlining
79 simply removes the inlining pass from the standard list.
  /external/llvm/include/llvm/Transforms/Utils/
Cloning.h 12 // modules, to cloning functions with different arguments, to inlining
189 /// Note that this only does one level of inlining. For example, if the
  /external/llvm/test/Transforms/Inline/
inline_cleanup.ll 129 ; Ensure that after inlining, none of the blocks with a call to @f actually
130 ; make it through inlining.
inline_invoke.ll 3 ; Test that the inliner correctly handles inlining into invoke sites
165 ; Inner landing pad from first inlining.
185 ; Inner landing pad from second inlining.
inline_constprop.ll 17 ; Check that we can constant-prop through instructions after inlining callee21
227 ; After inlining, the branch should point directly to the exit block, not to
inline_minisize.ll 221 ; With Oz (minsize attribute), the benefit of inlining fct2
222 ; is the same as fct1, thus no inlining for fct2
  /external/mesa3d/src/gallium/include/pipe/
p_compiler.h 93 /* Function inlining */
119 /* Forced function inlining */
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cgraph.h 61 /* Function inlining information. */
70 /* How many instructions are likely going to disappear after inlining. */
74 /* How much time is going to be saved by inlining. */
110 /* False when there something makes inlining impossible (such as va_arg). */
144 /* Estimated size of the function after inlining. */
148 /* Estimated growth after inlining. INT_MIN if not computed. */
377 /* Reasons for inlining failures. */
435 /* Whether this edge was made direct by indirect inlining. */
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cgraph.h 61 /* Function inlining information. */
70 /* How many instructions are likely going to disappear after inlining. */
74 /* How much time is going to be saved by inlining. */
110 /* False when there something makes inlining impossible (such as va_arg). */
144 /* Estimated size of the function after inlining. */
148 /* Estimated growth after inlining. INT_MIN if not computed. */
377 /* Reasons for inlining failures. */
435 /* Whether this edge was made direct by indirect inlining. */
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cgraph.h 61 /* Function inlining information. */
70 /* How many instructions are likely going to disappear after inlining. */
74 /* How much time is going to be saved by inlining. */
110 /* False when there something makes inlining impossible (such as va_arg). */
144 /* Estimated size of the function after inlining. */
148 /* Estimated growth after inlining. INT_MIN if not computed. */
377 /* Reasons for inlining failures. */
435 /* Whether this edge was made direct by indirect inlining. */
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cgraph.h 61 /* Function inlining information. */
70 /* How many instructions are likely going to disappear after inlining. */
74 /* How much time is going to be saved by inlining. */
110 /* False when there something makes inlining impossible (such as va_arg). */
144 /* Estimated size of the function after inlining. */
148 /* Estimated growth after inlining. INT_MIN if not computed. */
377 /* Reasons for inlining failures. */
435 /* Whether this edge was made direct by indirect inlining. */
    [all...]
  /external/chromium_org/v8/src/
flag-definitions.h 244 DEFINE_bool(use_inlining, true, "use function inlining")
247 DEFINE_int(max_inlining_levels, 5, "maximum number of inlining levels")
249 "maximum source size in bytes considered for a single inlining")
251 "maximum number of AST nodes considered for a single inlining")
253 "maximum cumulative number of AST nodes considered for inlining")
265 DEFINE_bool(trace_inlining, false, "trace inlining decisions")
289 DEFINE_bool(polymorphic_inlining, true, "polymorphic inlining")
    [all...]
hydrogen.h 751 // This class is not BASE_EMBEDDED because our inlining implementation uses
926 // During function inlining, expression context of the call being
927 // inlined. NULL when not inlining.
933 // When inlining in an effect or value context, this is the return block.
934 // It is NULL otherwise. When inlining in a test context, there are a
935 // pair of return blocks in the context. When not inlining, there is no
939 // When inlining a call in a test context, a context containing a pair of
943 // When inlining HEnterInlined instruction corresponding to the function
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 51 /// The modes of inlining, which override the default analysis-wide settings.
53 /// Follow the default settings for inlining callees.
55 /// Do minimal inlining of callees.
93 /// The functions which have been analyzed through inlining. This is owned by
97 /// The flag, which specifies the mode of inlining for the engine.
  /external/eigen/Eigen/src/Core/util/
Macros.h 134 // attribute to maximize inlining. This should only be used when really necessary: in particular,
138 // Eval.h:91: sorry, unimplemented: inlining failed in call to 'const Eigen::Eval<Derived> Eigen::MatrixBase<Scalar, Derived>::eval() const'
157 // - inline is not perfect either as it unwantedly hints the compiler toward inlining the function.
  /external/chromium_org/base/allocator/
allocator_shim.cc 15 // amount of inlining that we get with malloc/free/etc.
59 // We include tcmalloc and the win_allocator to get as much inlining as
  /external/chromium_org/third_party/freetype/src/cache/
ftcbasic.c 320 #if 1 /* inlining is about 50% faster! */
507 #if 1 /* inlining is about 50% faster! */
  /external/freetype/src/cache/
ftcbasic.c 320 #if 1 /* inlining is about 50% faster! */
507 #if 1 /* inlining is about 50% faster! */
  /external/llvm/test/DebugInfo/
inline-debug-info-multiret.ll 3 ; A hand-edited version of inline-debug-info.ll to test inlining of a
6 ; Make sure the branch instructions created during inlining has a debug location,
  /build/core/
static_java_library.mk 100 # add --non-constant-id to prevent inlining constants.
  /external/chromium/chrome/browser/resources/
ssl_error.html 115 // The img madness here is due to the inlining of the html file
ssl_roadblock.html 118 // The img madness here is due to the inlining of the html file

Completed in 648 milliseconds

1 2 3 4 5 67 8 91011>>