HomeSort by relevance Sort by last modified time
    Searched full:opt_level (Results 1 - 9 of 9) sorted by null

  /external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.ml 20 opt_level: int; Record field in type:llcompileroptions
27 opt_level = 0;
llvm_executionengine.mli 30 opt_level: int; Record field in type:llcompileroptions
37 [{ opt_level = 0; code_model = CodeModel.JIT_default;
  /external/icu/icu4c/source/samples/coll/
coll.cpp 51 int opt_level = 0; variable
76 {"-level", OptSpec::NUM, &opt_level},
203 if (opt_level != 0) {
204 switch (opt_level) {
  /external/icu/icu4c/source/samples/strsrch/
strsrch.cpp 56 int opt_level = 0; variable
85 {"-level", OptSpec::NUM, &opt_level},
194 if (opt_level != 0) {
195 switch (opt_level) {
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp 53 void GGLAssembler::reset(int opt_level)
57 mOptLevel = opt_level;
65 int opt_level = mOptLevel; local
66 while (opt_level >= 0) {
67 reset(opt_level);
71 opt_level--;
    [all...]
GGLAssembler.h 186 void reset(int opt_level);
  /external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
CollationPerformanceTest.java 108 static int opt_level = 0; field in class:CollationPerformanceTest
    [all...]
  /external/icu/icu4c/source/test/perf/collationperf/
collperf.cpp 130 int opt_level = 0; variable
167 {"-level", OptSpec::NUM, &opt_level},
    [all...]
  /toolchain/binutils/binutils-2.25/include/
hp-symtab.h 361 OPT_LEVEL describes the optimization level the function was compiled
393 unsigned int opt_level: 2; member in struct:dntt_type_function
    [all...]

Completed in 424 milliseconds