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

/frameworks/compile/libbcc/include/bcc/Renderscript/
H A DRSScript.h34 enum OptimizationLevel { enum in class:bcc::RSScript
46 OptimizationLevel mOptimizationLevel;
82 void setOptimizationLevel(OptimizationLevel pOptimizationLevel) {
86 OptimizationLevel getOptimizationLevel() const {
/frameworks/compile/libbcc/include/bcinfo/
H A DBitcodeWrapper.h40 uint32_t OptimizationLevel; member in struct:bcinfo::AndroidBitcodeWrapper
146 wrapper->OptimizationLevel = optimizationLevel;
/frameworks/compile/slang/
H A Dslang.cpp158 CodeGenOpts.OptimizationLevel = 3;
467 void Slang::setOptimizationLevel(llvm::CodeGenOpt::Level OptimizationLevel) { argument
468 CodeGenOpts.OptimizationLevel = OptimizationLevel;

Completed in 117 milliseconds