Searched defs:setOptLevel (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCCodeGenInfo.h47 void setOptLevel(CodeGenOpt::Level Level) { OptLevel = Level; } function in class:llvm::MCCodeGenInfo
/external/llvm/lib/Target/
H A DTargetMachine.cpp147 void TargetMachine::setOptLevel(CodeGenOpt::Level Level) const { function in class:TargetMachine
149 CodeGenInfo->setOptLevel(Level);
/external/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp149 void LTOCodeGenerator::setOptLevel(unsigned Level) { function in class:LTOCodeGenerator
/external/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h567 /// setOptLevel - Set the optimization level for the JIT. This option
569 EngineBuilder &setOptLevel(CodeGenOpt::Level l) { function in class:llvm::EngineBuilder

Completed in 4480 milliseconds