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

1 23 4 5 6 7 8 91011>>

  /external/mesa3d/src/glsl/
ir_expression_flattening.h 31 * This is used for automatic function inlining, where we want to take
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-inline.h 1 /* Tree inlining hooks and declarations.
30 duplicate the edge (inlining, cloning), move the edge (versioning,
94 /* True if a new CFG should be created. False for inlining, true for
156 /* Weights that estimate_num_insns uses for heuristics in inlining. */
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-inline.h 1 /* Tree inlining hooks and declarations.
30 duplicate the edge (inlining, cloning), move the edge (versioning,
94 /* True if a new CFG should be created. False for inlining, true for
156 /* Weights that estimate_num_insns uses for heuristics in inlining. */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-inline.h 1 /* Tree inlining hooks and declarations.
30 duplicate the edge (inlining, cloning), move the edge (versioning,
94 /* True if a new CFG should be created. False for inlining, true for
156 /* Weights that estimate_num_insns uses for heuristics in inlining. */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-inline.h 1 /* Tree inlining hooks and declarations.
30 duplicate the edge (inlining, cloning), move the edge (versioning,
94 /* True if a new CFG should be created. False for inlining, true for
156 /* Weights that estimate_num_insns uses for heuristics in inlining. */
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 73 // likely simplifications post-inlining. The most important aspect we track
75 // can cause dramatic shifts in the cost of inlining a function.
281 // FIXME: Check whether inlining will turn a dynamic alloca into a static
298 // disables inlining altogether in the presence of a dynamic alloca.
306 // during inlining.
415 // inlining, it will be nuked, and SROA should proceed. All of the uses which
776 // inlining, but cap that bonus in the event that inlining wouldn't pan
806 /// block and accounts for their cost during inlining at this callsite. It
808 /// construct has been detected. It returns false if inlining is no longe
    [all...]
  /external/clang/test/Analysis/
inline.cpp 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc,debug.ExprInspection -analyzer-config ipa=inlining -verify %s
116 // Don't crash when inlining and devirtualizing.
127 // Don't crash when inlining and devirtualizing.
164 // Don't crash when inlining and devirtualizing.
175 // Don't crash when inlining and devirtualizing.
195 // We were accidentally not invalidating under inlining
  /external/chromium_org/chrome/common/extensions/docs/server2/
schema_util.py 31 Actual inlining is done by _InlineDocs.
98 documented and inlining schema types that are only referenced once.
  /external/llvm/include/llvm/Analysis/
CodeMetrics.h 70 /// These are likely targets for future inlining, likely exposed by
76 /// The inliner is more aggressive with inlining vector kernels.
  /bionic/libc/private/
bionic_atomic_inline.h 46 /* Define __ATOMIC_INLINE__ to control the inlining of all atomics
  /external/chromium_org/tools/grit/grit/format/
html_inline_unittest.py 206 '''Tests that variables are expanded in filenames before inlining.'''
244 # Test normal inlining.
255 # Test names-only inlining.
317 # Test normal inlining.
  /external/chromium_org/v8/test/mjsunit/compiler/
inline-context-slots.js 28 // Test inlining of functions with context slots.
  /external/chromium_org/v8/test/mjsunit/
parallel-optimize-disabled.js 49 f(0); // g() is disabled for optimization on inlining attempt.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1156.js 28 // Flags: --allow-natives-syntax --nouse-inlining
regress-97116.js 34 try { } catch (e) { } // Avoid inlining.
  /external/chromium_org/v8/test/webkit/
dfg-inline-arguments-simple.js 25 "This tests that inlining preserves basic function.arguments functionality."
dfg-inline-arguments-use-directly-from-inlined-code.js 25 "This tests that inlining preserves basic function.arguments functionality when said functionality is used directly from within an inlined code block."
dfg-inline-constant-expected.txt 24 This tests that function inlining in the DFG JIT doesn't get confused by constants being reused between inliner and inlinee.
dfg-inline-constant.js 25 "This tests that function inlining in the DFG JIT doesn't get confused by constants being reused between inliner and inlinee."
dfg-inline-early-return-expected.txt 24 This tests that an early return in the first basic block does not crash the DFG's bytecode parser whilst inlining.
dfg-inline-early-return.js 25 "This tests that an early return in the first basic block does not crash the DFG's bytecode parser whilst inlining."
dfg-inline-function-dot-caller-expected.txt 24 Tests that DFG inlining does not brak function.arguments.caller.
dfg-inline-new-array-buffer.js 25 "This tests that inlining correctly handles constant buffers."
  /external/eigen/test/
nesting_ops.cpp 24 // inlining for these tests to pass.
  /external/expat/lib/
internal.h 16 inline - Used for selected internal functions for which inlining

Completed in 753 milliseconds

1 23 4 5 6 7 8 91011>>