Searched defs:OptimizationLevel (Results 1 - 4 of 4) 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.cpp260 CodeGenOpts.OptimizationLevel = 3;
447 void Slang::setOptimizationLevel(llvm::CodeGenOpt::Level OptimizationLevel) { argument
448 CodeGenOpts.OptimizationLevel = OptimizationLevel;
/frameworks/compile/libbcc/include/bcc/Renderscript/
H A DRSScript.h41 enum OptimizationLevel { enum in class:bcc::RSScript
51 OptimizationLevel mOptimizationLevel;
88 void setOptimizationLevel(OptimizationLevel pOptimizationLevel) {
92 OptimizationLevel getOptimizationLevel() const {
/frameworks/compile/libbcc/include/bcinfo/
H A DBitcodeWrapper.h40 uint32_t OptimizationLevel; member in struct:bcinfo::AndroidBitcodeWrapper
146 wrapper->OptimizationLevel = optimizationLevel;

Completed in 4324 milliseconds