Home
last modified time | relevance | path

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

123456

/external/clang/docs/analyzer/
DIPA.txt5 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 ###
43 -analyzer-config c++-inlining=[none | methods | constructors | destructors]
46 inlined as well; it doesn't make sense to inline destructors without inlining
49 The default c++-inlining mode is 'destructors', meaning that all member
50 functions with visible definitions will be considered for inlining. In some
55 inlined under -analyzer-config ipa=none or -analyzer-config ipa=basic-inlining,
[all …]
/external/proguard/src/proguard/optimize/peephole/
DMethodInliner.java77 private boolean inlining; field in MethodInliner
152 if (inlining) in visitCodeAttribute()
165 if (inlining) in visitCodeAttribute()
178 if (!inlining) in visitCodeAttribute0()
366 if (inlining) in visitSimpleInstruction()
406 if (inlining) in visitVariableInstruction()
436 !inlining && in visitConstantInstruction()
462 if (inlining) in visitConstantInstruction()
562 boolean oldInlining = inlining; in visitProgramMethod()
563 inlining = true; in visitProgramMethod()
[all …]
/external/r8/src/test/examples/inlining/
Dkeep-rules-discard.txt7 -keep public class inlining.Inlining {
16 @inlining.CheckDiscarded *;
DCheckDiscarded.java4 package inlining; package
Dkeep-rules.txt7 -keep public class inlining.Inlining {
/external/llvm/docs/CommandGuide/
Dllvm-symbolizer.rst61 $llvm-symbolizer -inlining -print-address -pretty-print -obj=addr.exe < addr.txt
64 $llvm-symbolizer -inlining -pretty-print -obj=addr.exe < addr.txt
90 .. option:: -inlining
115 Print human readable output. If ``-inlining`` is specified, enclosing scope is
/external/llvm/test/tools/gold/X86/
Dthinlto_internalize.ll11 ; f() should be internalized and eliminated after inlining
14 ; h() should be internalized after promotion, and eliminated after inlining
/external/llvm/test/Transforms/Inline/
Dephemeral.ll10 ; Here are enough instructions to prevent inlining, but because they are used
11 ; only by the @llvm.assume intrinsic, they're free (and, thus, inlining will
Ddynamic_alloca_test.ll2 ; naively inlining it would result in a miscompilation.
9 ; inlining of functions which contain a dynamic alloca. It should be re-enabled
Dcfg_preserve_test.ll1 ; This test ensures that inlining an "empty" function does not destroy the CFG
Dinline-indirect.ll3 ; inlining the indirect call
Dinline-tail.ll6 ; No tail marker after inlining, since test_capture_c captures an alloca.
22 ; No musttail marker after inlining, since the prototypes don't match.
37 ; After inlining through a musttail call site, we need to keep musttail markers
Dinline-musttail-varargs.ll21 ; FIXME: Inline the thunk. This should be significantly easier than inlining
Dinline-assume.ll6 ; Test that we don't crash when inlining @bar (rdar://22521387).
/external/llvm/test/DebugInfo/
Dllvm-symbolizer.test25 RUN: echo "%p/Inputs/cross-cu-inlining.x86_64-macho.o 0x17" >> %t.input
27 RUN: llvm-symbolizer --functions=linkage --inlining --demangle=false \
34 RUN: llvm-symbolizer --functions=linkage --inlining --demangle=false \
42 RUN: llvm-symbolizer --functions=linkage --inlining --demangle=false \
132 CHECK-NEXT: /tmp{{[/\\]}}cross-cu-inlining.c:16:3
134 CHECK-NEXT: /tmp{{[/\\]}}cross-cu-inlining.c:11:0
Dllvm-symbolizer-split-dwarf-empty.test6 RUN: llvm-symbolizer --functions=linkage --inlining --demangle=false \
/external/llvm/test/DebugInfo/Generic/
Ddebug-info-always-inline.ll28 ; are attributed with the call site's DebugLoc. After inlining, inlined static
52 ; At some point in the future, it may be desirable to describe the inlining
61 ; have their DebugLocs augmented with inlining information.
64 ; Make sure that after inlining the call to foo() the alloca instructions for
/external/swiftshader/third_party/LLVM/test/Transforms/Inline/
Dcfg_preserve_test.ll1 ; This test ensures that inlining an "empty" function does not destroy the CFG
/external/clang/test/Analysis/
Dobjc-method-coverage.m16 // CHECK: 2 AnalysisConsumer - The # of functions and blocks analyzed (as top level with inlining t…
/external/llvm/test/tools/llvm-symbolizer/
Dcoff-dwarf.test2 RUN: | llvm-symbolizer --inlining --relative-address -obj="%p/Inputs/coff-dwarf.exe" \
Dcoff-exports.test2 RUN: | llvm-symbolizer --inlining --relative-address -obj="%p/Inputs/coff-exports.exe" \
/external/clang/test/Analysis/inlining/
Dtest_objc_inlining_option.m1 …checker=core -analyzer-config ipa=dynamic-bifurcate -analyzer-config objc-inlining=false -verify %s
/external/swiftshader/third_party/subzero/docs/
DASAN.rst19 even with inlining turned off, so we provide wrapper scripts,
51 however due to the nature of our solution for LLVM's aggressive inlining of
/external/llvm/test/CodeGen/PowerPC/
Dfsl-e500mc.ll2 ; Test support for Freescale e500mc and its higher memcpy inlining thresholds.
Dfsl-e5500.ll2 ; Test support for Freescale e5500 and its higher memcpy inlining thresholds.

123456