HomeSort by relevance Sort by last modified time
    Searched defs:OptimizationLevel (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/
DefaultPasses.h 109 static unsigned OptimizationLevel(unsigned flags) {
  /frameworks/compile/libbcc/include/bcinfo/
BitcodeWrapper.h 40 uint32_t OptimizationLevel;
124 * \param optimizationLevel - compiler optimization level for this bitcode.
130 uint32_t optimizationLevel) {
147 wrapper->OptimizationLevel = optimizationLevel;
  /frameworks/compile/libbcc/lib/ExecutionEngine/
Compiler.cpp 273 uint32_t OptimizationLevel = ME.getOptimizationLevel();
275 if (OptimizationLevel == 0) {
277 } else if (OptimizationLevel == 1) {
279 } else if (OptimizationLevel == 2) {
281 } else if (OptimizationLevel == 3) {
523 llvm::CodeGenOpt::Level OptimizationLevel) {
555 if (OptimizationLevel != llvm::CodeGenOpt::None) {

Completed in 69 milliseconds