/external/lzma/CS/7zip/Compress/LzmaAlone/ |
D | LzmaAlone.csproj | 16 <Optimize>false</Optimize> 22 <Optimize>true</Optimize>
|
/external/v8/src/ |
D | runtime-profiler.cc | 83 void RuntimeProfiler::Optimize(JSFunction* function, const char* reason) { in Optimize() function in v8::internal::RuntimeProfiler 245 Optimize(function, "hot and stable"); in OptimizeNow() 247 Optimize(function, "not much type info but very hot"); in OptimizeNow() 266 Optimize(function, "small function"); in OptimizeNow()
|
D | runtime-profiler.h | 33 void Optimize(JSFunction* function, const char* reason);
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-icmp-opt.ll | 3 ; Optimize (x > -1) to (x >= 0) etc. 4 ; Optimize (cmp (add / sub), 0): eliminate the subs used to update flag
|
/external/skia/resources/ |
D | slides_content.lua | 25 Optimize for CPU variety 32 Optimize for GPU variety
|
/external/zlib/src/contrib/dotzlib/DotZLib/ |
D | DotZLib.csproj | 38 Optimize = "false" 58 Optimize = "true"
|
/external/llvm/test/CodeGen/Hexagon/ |
D | opt-fabs.ll | 2 ; Optimize fabsf to clrbit in V5.
|
D | opt-fneg.ll | 2 ; Optimize fneg to togglebit in V5.
|
/external/protobuf/ |
D | CONTRIBUTORS.txt | 82 * Optimize Java serialization code when writing a small message to a stream. 83 * Optimize Java serialization of strings so that UTF-8 encoding happens only
|
/external/protobuf/gtest/xcode/Config/ |
D | ReleaseProject.xcconfig | 15 // Optimize for space and size (Apple recommendation)
|
/external/google-breakpad/src/testing/gtest/xcode/Config/ |
D | ReleaseProject.xcconfig | 15 // Optimize for space and size (Apple recommendation)
|
/external/llvm/test/CodeGen/XCore/ |
D | memcpy.ll | 3 ; Optimize memcpy to __memcpy_4 if src, dst and size are all 4 byte aligned.
|
/external/llvm/test/Transforms/InstCombine/ |
D | bitcast.ll | 19 ; Optimize bitcasts that are extracting low element of vector. This happens 42 ; Optimize bitcasts that are extracting other elements of a vector. This
|
/external/llvm/test/Feature/ |
D | optnone-llc.ll | 47 ; LLC-Ox-DAG: Skipping pass 'Optimize machine instruction PHIs'
|
/external/llvm/test/CodeGen/ARM/ |
D | code-placement.ll | 32 ; Optimize loop entry, eliminate intra loop branches
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
D | codegen.ml | 97 (* Optimize the function. *)
|
/external/regex-re2/re2/ |
D | prog.h | 287 void Optimize();
|
D | prog.cc | 174 void Prog::Optimize() { in Optimize() function in re2::Prog
|
/external/proguard/src/proguard/gui/ |
D | GUIResources.properties | 95 optimize = Optimize 153 Optimize the bytecode of the processed classes. 345 <html>Optimize the specified classes, fields, and methods as entry points anyway.<br>\ 533 Optimize variable allocation on the local variable frame.
|
/external/elfutils/src/libcpu/ |
D | ChangeLog | 59 * i386_parse.y (instrtable_out): Optimize match_data table by not 158 Optimize output_data initialization. Free buffers before return.
|
/external/clang/include/clang/Driver/ |
D | CLCompatOptions.td | 98 def _SLASH_Os : CLFlag<"Os">, HelpText<"Optimize for size">, Alias<O>, 100 def _SLASH_Ot : CLFlag<"Ot">, HelpText<"Optimize for speed">, Alias<O>,
|
/external/skia/gyp/ |
D | common_variables.gypi | 229 '-ffast-math', # Optimize float math even when it breaks IEEE compliance.
|
/external/clang/include/clang/Frontend/ |
D | CodeGenOptions.def | 118 CODEGENOPT(StrictEnums , 1, 0) ///< Optimize based on strict enum definition.
|
/external/chromium-trace/trace-viewer/third_party/six/ |
D | CHANGES | 22 - Issue #97: Optimize `six.iterbytes` on Python 2.
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 380 LangTag, Filename, getCurrentDirname(), Producer, LO.Optimize, in CreateCompileUnit() 1159 CGM.getLangOpts().Optimize, nullptr, TParamsArray.get()); in CreateCXXMemberFunction() 2409 false /*declaration*/, 0, Flags, CGM.getLangOpts().Optimize, nullptr, in getFunctionForwardDeclaration() 2628 true /*definition*/, ScopeLine, Flags, CGM.getLangOpts().Optimize, Fn, in EmitFunctionStart() 2887 CGM.getLangOpts().Optimize, Flags, ArgNo); in EmitDeclare() 2901 CGM.getLangOpts().Optimize, Flags, ArgNo); in EmitDeclare() 3150 type, CGM.getLangOpts().Optimize, flags, ArgNo); in EmitDeclareOfBlockLiteralArgVariable()
|