Home
last modified time | relevance | path

Searched refs:optimizer (Results 1 – 25 of 51) sorted by relevance

123

/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
DOptimizingTemplateFactory.java44 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/
Dproguard.bat3 REM Start-up script for ProGuard -- free class file shrinker, optimizer,
Dproguardgui.bat4 REM optimizer, obfuscator, and preverifier for Java bytecode.
Dretrace.bat4 REM shrinker, optimizer, obfuscator, and preverifier for Java bytecode.
/external/llvm/test/Transforms/InstCombine/
D2006-10-19-SignedToUnsignedCastAndConst-2.ll1 ; The optimizer should be able to remove cast operation here.
D2003-07-21-ExternalConstant.ll10 ; should pass through the optimizer without failure.
Dphi.ll216 ; 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/
Dexceptions.m114 // 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/
DExtendedIntegerResults.txt79 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/
Dcalltest.ll4 ; optimizer to delete this loop.
/external/llvm/test/Transforms/ObjCARC/
Dretain-not-declared.ll3 ; Test that the optimizer can create an objc_retainAutoreleaseReturnValue
Dmove-and-merge-autorelease.ll3 ; The optimizer should be able to move the autorelease past two phi nodes
/external/proguard/
DREADME1 ProGuard, Java class file shrinker, optimizer, obfuscator, and preverifier
/external/llvm/test/CodeGen/X86/
Dand-or-fold.ll17 ; <rdar://problem/7529774> The optimizer shouldn't fold this into (and (or, C), D)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Dtoy.ml28 (* Set up the optimizer pipeline. Start with registering info about how the
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Dtoy.ml28 (* Set up the optimizer pipeline. Start with registering info about how the
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Dtoy.ml28 (* Set up the optimizer pipeline. Start with registering info about how the
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dtoy.ml29 (* Set up the optimizer pipeline. Start with registering info about how the
/external/libpcap/
Dwlan_filtering.patch64 + * This code is not compatible with the optimizer, as
341 + * We need to disable the optimizer because the optimizer is buggy
Dconfigure.in321 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])
Dconfig.h.in10 /* Enable optimizer debugging */
/external/llvm/docs/CommandGuide/
Dopt.pod5 opt - LLVM optimizer
13 The B<opt> command is the modular LLVM optimizer and analyzer. It takes LLVM
/external/llvm/utils/
DNightlyTest.gnuplot141 ##------- Olden optimizer time ----
147 set ylabel "Time to run the optimizer (s)"
/external/llvm/tools/llvmc/examples/mcc16/
DREADME6 clang-cc (FE) -> llvm-ld (optimizer) -> llc (codegen) -> native-as -> native-ld
/external/llvm/
DCREDITS.TXT62 D: Loop optimizer improvements
102 D: Dynamic trace optimizer

123