Home
last modified time | relevance | path

Searched refs:mOptimizationLevel (Results 1 – 9 of 9) sorted by relevance

/frameworks/compile/libbcc/include/bcc/
DScript.h45 llvm::CodeGenOpt::Level mOptimizationLevel; variable
75 mOptimizationLevel = pOptimizationLevel; in setOptimizationLevel()
79 return mOptimizationLevel; in getOptimizationLevel()
/frameworks/compile/libbcc/bcinfo/
DBitcodeWrapper.cpp32 mOptimizationLevel(3) { in BitcodeWrapper()
40 mOptimizationLevel = wrapperer.getAndroidOptimizationLevel(); in BitcodeWrapper()
DMetadataExtractor.cpp194 mOptimizationLevel = wrapper.getOptimizationLevel(); in MetadataExtractor()
215 success &= extractUIntFromMetadataString(&mOptimizationLevel, wrapperMDTuple->getOperand(1)); in MetadataExtractor()
/frameworks/compile/slang/
Drs_cc_options.h100 llvm::CodeGenOpt::Level mOptimizationLevel; variable
121 mOptimizationLevel = llvm::CodeGenOpt::Aggressive; in RSCCOptions()
Drs_cc_options.cpp285 Opts.mOptimizationLevel = in ParseArguments()
Dslang.cpp604 setOptimizationLevel(Opts.mOptimizationLevel); in compile()
/frameworks/compile/libbcc/bcinfo/include/bcinfo/
DBitcodeWrapper.h58 uint32_t mOptimizationLevel; variable
110 return mOptimizationLevel; in getOptimizationLevel()
DMetadataExtractor.h109 uint32_t mOptimizationLevel; variable
285 return mOptimizationLevel; in getOptimizationLevel()
/frameworks/compile/libbcc/lib/
DScript.cpp33 mOptimizationLevel(llvm::CodeGenOpt::Aggressive), in Script()