/external/proguard/src/proguard/util/ |
ExtensionMatcher.java | 2 * ProGuard -- shrinking, optimization, obfuscation, and preverification
|
ListMatcher.java | 2 * ProGuard -- shrinking, optimization, obfuscation, and preverification
|
/external/valgrind/unittest/ |
opt_tests.cc | 47 usleep(1); // Prevent tail call optimization.
|
/frameworks/base/media/libstagefright/codecs/amrwbenc/src/ |
g_pitch.c | 39 #ifdef ASM_OPT /* asm optimization branch */
|
/system/core/libpixelflinger/ |
Android.mk | 42 # special optimization flags for pixelflinger
|
/external/llvm/docs/CommandGuide/ |
opt.pod | 61 B<opt> provides the ability to run any of LLVM's optimization or analysis passes 68 This is short hand for a standard list of I<compile time optimization> passes. 121 Load the dynamic object I<plugin>. This object should register new optimization
|
bugpoint.pod | 83 Use valgrind to find faults in the optimization phase. This will allow 104 register new optimization passes. Once loaded, the object will add new command 112 Specifies an upper limit on memory usage of the optimization and codegen. Set
|
llc.pod | 47 Generate code at different optimization levels. These correspond to the I<-O0>, 48 I<-O1>, I<-O2>, I<-O3>, and I<-O4> optimization levels used by B<llvm-gcc> and 79 Disable frame pointer elimination optimization.
|
/external/proguard/src/proguard/gui/ |
OptimizationsDialog.java | 2 * ProGuard -- shrinking, optimization, obfuscation, and preverification 187 * Sets the initial optimization filter to be used by the dialog. 203 * Returns the optimization filter composed from the settings in the dialog.
|
/external/stlport/doc/ |
README.evc8 | 63 the same workaround applies. However, using 'whole program optimization', it results
90 Optimization: maximise speed and enable whole program optimization for release builds
|
/external/zlib/contrib/vstudio/vc10/ |
testzlib.vcxproj | 182 <Optimization>Disabled</Optimization>
210 <Optimization>MaxSpeed</Optimization>
240 <Optimization>MaxSpeed</Optimization>
287 <Optimization>Disabled</Optimization>
327 <Optimization>MaxSpeed</Optimization>
[all...] |
/external/llvm/test/Transforms/ObjCARC/ |
rv.ll | 27 ; better to do the RV optimization. 150 ; Don't apply the RV optimization to autorelease if there's no retain. 159 ; Apply the RV optimization. 171 ; Don't do the autoreleaseRV optimization because @use_pointer 186 ; Don't spoil the RV optimization.
|
/external/clang/docs/tools/ |
clang.pod | 23 parsing, optimization, code generation, assembly, and linking. Depending on 52 =item B<Code Generation and Optimization> 103 Run the previous stages as well as LLVM generation and optimization stages and 268 Specify which optimization level to use. B<-O0> means "no optimization": this 270 moderate level of optimization which enables most optimizations. B<-Os> is like 275 supported platforms, B<-O4> enables link-time optimization; object files are 276 stored in the LLVM bitcode file format and whole program optimization is done at 282 B<-O0>. At higher optimization levels, only line number information is 308 Generate output files in LLVM formats, suitable for link time optimization. Whe [all...] |
/external/llvm/docs/ |
LinkTimeOptimization.html | 5 <title>LLVM Link Time Optimization: Design and Implementation</title> 10 LLVM Link Time Optimization: Design and Implementation 17 <li><a href="#example1">Example of link time optimization</a></li> 25 <li><a href="#phase4">Phase 4 : Symbol Resolution after optimization</a></li> 47 time. Link Time Optimization (LTO) is another name for intermodular optimization 61 intermodular optimization, in the compiler tool chain. Its main goal is to let 75 <a name="example1">Example of link time optimization</a> 162 capability to collect information for link time optimization. Not only is 246 and applying various optimization passes. [all...] |
Lexicon.html | 112 <dd>Common Subexpression Elimination. An optimization that removes common 114 subexpressions that are the same: <tt>(a+b)</tt>. This optimization would 165 <dd>Inter-Procedural Optimization. Refers to any variety of code 166 optimization that occurs between procedures, functions or compilation units 183 <dd>Link-Time Optimization</dd> 227 optimization. For example, changing (A+B-A) into (B+A-A), permitting it to
|
/external/mesa3d/src/glsl/ |
README | 30 6) The driver may perform additional optimization at this point, as 60 and perform optimization on that. As a result, there's no single 150 Once again, it appears that our optimization requirements are driven 196 project is used, so that things like optimization passes don't have to 212 the moment, optimization passes aren't passed that temporary context, 215 result of the first talloc_parent(). Cleaning up all the optimization 225 - Files that implement optimization passes should be named opt_*.
|
/external/llvm/tools/opt/ |
opt.cpp | 91 cl::desc("Do not run any optimization passes")); 107 cl::desc("Optimization level 1. Similar to llvm-gcc -O1")); 111 cl::desc("Optimization level 2. Similar to llvm-gcc -O2")); 115 cl::desc("Optimization level 3. Similar to llvm-gcc -O3")); 133 AnalyzeOnly("analyze", cl::desc("Only perform analysis, no optimization")); 403 /// AddOptimizationPasses - This routine adds optimization passes 404 /// based on selected optimization level, OptLevel. This routine 407 /// OptLevel - Optimization Level 595 // Create a new optimization pass for each one specified on the command line 692 // Check that the module is well formed on completion of optimization [all...] |
/external/clang/lib/CodeGen/ |
BackendUtil.cpp | 118 // Handle disabling of LLVM optimization, where we want to preserve the 119 // internal module before any optimization. 133 // In ObjC ARC mode, add the main ARC optimization passes. 315 // this also adds codegenerator level optimization passes. 370 PrettyStackTraceString CrashInfo("Per-function optimization"); 381 PrettyStackTraceString CrashInfo("Per-module optimization passes");
|
/external/zlib/contrib/vstudio/vc8/ |
testzlib.vcproj | 48 Optimization="0"
201 Optimization="0"
284 Optimization="2"
442 Optimization="2"
529 Optimization="2"
688 Optimization="2"
|
/external/zlib/contrib/vstudio/vc9/ |
testzlib.vcproj | 49 Optimization="0"
198 Optimization="0"
278 Optimization="2"
432 Optimization="2"
516 Optimization="2"
671 Optimization="2"
|
/external/opencv/cvaux/src/ |
cvlevmar.cpp | 55 /* Optimization using Levenberg-Marquardt */ 63 /* Make optimization using */ 146 /* ========== Main optimization loop ============ */
|
/external/pcre/doc/ |
pcreperform.3 | 111 optimization, because the . metacharacter does not then match a newline, and if 141 An optimization catches some of the more simple cases such as 148 following literal this optimization cannot be used. You can see the difference
|
/external/proguard/docs/manual/ |
introduction.html | 15 methods, and attributes. The optimization step analyzes and optimizes the 67 Optionally, multiple optimization passes can be performed, each typically 89 <li>In the <b>optimization step</b>, ProGuard further optimizes the code.
|
/dalvik/docs/ |
dexopt.html | 3 <title>Dalvik Optimization and Verification</title> 7 <h1>Dalvik Optimization and Verification With <i>dexopt</i></h1> 31 <li>Bytecode optimization (quickened instructions, method pruning) is 79 some of the other actions (realignment, optimization, verification) described 132 emulator, forcing just-in-time optimization of all relevant DEX files, 141 optimization, however, we need to insert a step after the initial prep. 201 <h2>Optimization</h2> 292 to it will not be resolved during verification / optimization. The class 314 optimization model doesn't work well with that.
|
/dalvik/vm/ |
Init.h | 46 * Globals.h. This function is exposed so that dex optimization may
|