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

12 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/lib/ext2fs/
inline.c 4 * is compiled with inlining turned off.
  /external/llvm/test/Other/
2002-02-24-InlineBrokePHINodes.ll 0 ; Inlining used to break PHI nodes. This tests that they are correctly updated
  /external/mesa3d/src/mapi/mapi/
u_compiler.h 4 /* Function inlining */
  /external/proguard/src/proguard/optimize/peephole/
MethodInliner.java 78 private boolean inlining; field in class:MethodInliner
141 if (!inlining)
189 System.out.println("MethodInliner: inlining ["+
328 // Are we inlining this instruction?
329 if (inlining)
368 // Are we inlining this instruction?
369 if (inlining)
399 !inlining &&
424 // Are we inlining this instruction?
425 if (inlining)
    [all...]
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 10 // This file implements the mechanics required to implement inlining without
47 cl::desc("Control the amount of inlining to perform (default = 225)"));
51 cl::desc("Threshold for inlining functions with inline hint"));
137 // don't want to hurt is SRoA: once inlining happens, often allocas are no
161 // reuse and makes a callsite (C) available for inlining. When we process
289 DEBUG(dbgs() << " Inlining: cost=always"
295 DEBUG(dbgs() << " NOT Inlining: cost=never"
302 DEBUG(dbgs() << " NOT Inlining: cost=" << IC.getCost()
308 // Try to detect the case where the current inlining candidate caller (call
309 // it B) is a static or linkonce-ODR function and is an inlining candidat
    [all...]
  /external/llvm/include/llvm/Transforms/IPO/
InlinerPass.h 11 // implements all of the boring mechanics of the bottom-up inlining, while the
30 /// perform the inlining operations that do not depend on the policy.
63 /// determine the cost of inlining the specified call site. If the cost
  /external/chromium_org/chrome/renderer/resources/extensions/
inject_app_titlebar.js 8 // TODO(jeremya): switch this to use automatic inlining once grit
9 // supports inlining into JS. See http://crbug.com/146319.
  /external/chromium_org/third_party/tcmalloc/chromium/src/
stacktrace_with_context.cc 35 // prevent inlining of routines defined here.
37 // Inlining causes skip_count to be incorrect, and there
  /external/chromium_org/v8/test/webkit/
dfg-inline-arguments-use-from-uninlined-code.js 25 "This tests that inlining preserves basic function.arguments functionality when said functionality is used from outside of the code where inlining actually happened."
  /external/chromium_org/third_party/mesa/src/src/glsl/
ir_expression_flattening.h 31 * This is used for automatic function inlining, where we want to take
  /external/clang/test/Analysis/
blocks-no-inline.c 12 // Under inlining, we will know that i == 1.
default-analyze.m 22 // Note: this requires inlining support. This previously issued a false positive use of
method-call.cpp 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,debug.ExprInspection -analyzer-config c++-inlining=constructors -verify %s
operator-calls.cpp 21 // Inlining non-static member operators mistakenly treated 'this' as the first
templates.cpp 2 // RUN: %clang_cc1 -analyze -analyzer-checker=core,debug.ExprInspection -fblocks -analyzer-config c++-template-inlining=false -DNO_INLINE -verify %s
  /external/clang/test/Analysis/engine/
replay-without-inlining.c 41 // Time out in the function so that we will be forced to retry with no inlining.
  /external/clang/test/Analysis/inlining/
containers.cpp 1 // RUN: %clang_cc1 -analyze -std=c++11 -analyzer-checker=core,unix.Malloc,debug.ExprInspection -analyzer-config c++-inlining=destructors -analyzer-config c++-container-inlining=false -verify %s
2 // RUN: %clang_cc1 -analyze -std=c++11 -analyzer-checker=core,unix.Malloc,debug.ExprInspection -analyzer-config c++-inlining=destructors -analyzer-config c++-container-inlining=true -DINLINE=1 -verify %s
  /external/clang/test/CodeGen/
2002-07-14-MiscTests.c 49 PBVTest testRetStruct2(void); // external func no inlining
2008-01-25-ByValReadNone.c 14 // temporary when inlining such a function, which is costly for
  /external/compiler-rt/lib/asan/lit_tests/TestCases/
use-after-scope-inlined.cc 1 // Test with "-O2" only to make sure inlining (leading to use-after-scope)
  /external/compiler-rt/lib/x86_64/
floatundixf.S 33 It is likely superior for inlining, so I kept it around for future reference.
  /external/llvm/test/CodeGen/PowerPC/
fsl-e500mc.ll 2 ; Test support for Freescale e500mc and its higher memcpy inlining thresholds.
fsl-e5500.ll 2 ; Test support for Freescale e5500 and its higher memcpy inlining thresholds.
  /external/llvm/test/Transforms/Inline/
2010-05-31-ByvalTailcall.ll 4 ; When inlining through a byval call site, the inliner creates allocas which may
byval.ll 3 ; Inlining a byval struct should cause an explicit copy into an alloca.
35 ; Inlining a byval struct should NOT cause an explicit copy
62 ; Inlining a byval with an explicit alignment needs to use *at least* that
86 ; Inlining a byval struct should NOT cause an explicit copy

Completed in 464 milliseconds

12 3 4 5 6 7 8 91011>>