Searched refs:optimizer (Results 1 – 25 of 51) sorted by relevance
123
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/ |
D | OptimizingTemplateFactory.java | 44 for (OptimizerProvider optimizer : optimizers) { in OptimizingTemplateFactory() 45 if (optimizer != null) { in OptimizingTemplateFactory() 46 this.optimizers.add(optimizer); in OptimizingTemplateFactory() 52 for (OptimizerProvider optimizer : optimizers) { in optimize() 53 ast.apply(optimizer.getOptimizer()); in optimize()
|
/external/proguard/bin/ |
D | proguard.bat | 3 REM Start-up script for ProGuard -- free class file shrinker, optimizer,
|
D | proguardgui.bat | 4 REM optimizer, obfuscator, and preverifier for Java bytecode.
|
D | retrace.bat | 4 REM shrinker, optimizer, obfuscator, and preverifier for Java bytecode.
|
/external/llvm/test/Transforms/InstCombine/ |
D | 2006-10-19-SignedToUnsignedCastAndConst-2.ll | 1 ; The optimizer should be able to remove cast operation here.
|
D | 2003-07-21-ExternalConstant.ll | 10 ; should pass through the optimizer without failure.
|
D | phi.ll | 216 ; Change the %f to %i, and the optimizer suddenly becomes a lot smarter 570 ; Change the %f to %i, and the optimizer suddenly becomes a lot smarter 613 ; Change the %f to %i, and the optimizer suddenly becomes a lot smarter
|
/external/clang/test/CodeGenObjC/ |
D | exceptions.m | 114 // This loop is large enough to dissuade the optimizer from just 119 // on a specific result from the optimizer is really unstable. 124 // on a specific result from the optimizer is really unstable.
|
/external/llvm/docs/ |
D | ExtendedIntegerResults.txt | 79 might want the callee to extend 3) the mid-level optimizer doesn't know the 114 The one thing that is missing is the ability for the front-end and optimizer to 121 and given that it is stuck on the y function, the mid-level optimizer could
|
/external/llvm/test/Transforms/SCCP/ |
D | calltest.ll | 4 ; optimizer to delete this loop.
|
/external/llvm/test/Transforms/ObjCARC/ |
D | retain-not-declared.ll | 3 ; Test that the optimizer can create an objc_retainAutoreleaseReturnValue
|
D | move-and-merge-autorelease.ll | 3 ; The optimizer should be able to move the autorelease past two phi nodes
|
/external/proguard/ |
D | README | 1 ProGuard, Java class file shrinker, optimizer, obfuscator, and preverifier
|
/external/llvm/test/CodeGen/X86/ |
D | and-or-fold.ll | 17 ; <rdar://problem/7529774> The optimizer shouldn't fold this into (and (or, C), D)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
D | toy.ml | 28 (* Set up the optimizer pipeline. Start with registering info about how the
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
D | toy.ml | 28 (* Set up the optimizer pipeline. Start with registering info about how the
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
D | toy.ml | 28 (* Set up the optimizer pipeline. Start with registering info about how the
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
D | toy.ml | 29 (* Set up the optimizer pipeline. Start with registering info about how the
|
/external/libpcap/ |
D | wlan_filtering.patch | 64 + * This code is not compatible with the optimizer, as 341 + * We need to disable the optimizer because the optimizer is buggy
|
D | configure.in | 321 AC_MSG_CHECKING(whether to build optimizer debugging code) 322 AC_ARG_ENABLE(optimizer-dbg, [ --enable-optimizer-dbg build optimizer debugging code]) 324 AC_DEFINE(BDEBUG,1,[Enable optimizer debugging])
|
D | config.h.in | 10 /* Enable optimizer debugging */
|
/external/llvm/docs/CommandGuide/ |
D | opt.pod | 5 opt - LLVM optimizer 13 The B<opt> command is the modular LLVM optimizer and analyzer. It takes LLVM
|
/external/llvm/utils/ |
D | NightlyTest.gnuplot | 141 ##------- Olden optimizer time ---- 147 set ylabel "Time to run the optimizer (s)"
|
/external/llvm/tools/llvmc/examples/mcc16/ |
D | README | 6 clang-cc (FE) -> llvm-ld (optimizer) -> llc (codegen) -> native-as -> native-ld
|
/external/llvm/ |
D | CREDITS.TXT | 62 D: Loop optimizer improvements 102 D: Dynamic trace optimizer
|
123