Searched defs:OptimizationLevel (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/slang/
H A Dslang_bitcode_gen.cpp35 uint32_t OptimizationLevel,
94 CompilerVersion, OptimizationLevel);
32 writeBitcode(llvm::raw_ostream &Out, const llvm::Module &M, uint32_t TargetAPI, uint32_t OptimizationLevel, bool GenerateDebugInfo) argument
H A Dslang.cpp256 CodeGenOpts.OptimizationLevel = 3;
442 void Slang::setOptimizationLevel(llvm::CodeGenOpt::Level OptimizationLevel) { argument
443 CodeGenOpts.OptimizationLevel = OptimizationLevel;
/frameworks/compile/libbcc/bcinfo/include/bcinfo/
H A DBitcodeWrapper.h40 uint32_t OptimizationLevel; member in struct:bcinfo::AndroidBitcodeWrapper
146 wrapper->OptimizationLevel = optimizationLevel;

Completed in 57 milliseconds