Searched defs:setOptLevel (Results 1 - 4 of 4) sorted by relevance
/external/llvm/include/llvm/MC/ | ||
H A D | MCCodeGenInfo.h | 47 void setOptLevel(CodeGenOpt::Level Level) { OptLevel = Level; } function in class:llvm::MCCodeGenInfo |
/external/llvm/lib/Target/ | ||
H A D | TargetMachine.cpp | 147 void TargetMachine::setOptLevel(CodeGenOpt::Level Level) const { function in class:TargetMachine 149 CodeGenInfo->setOptLevel(Level); |
/external/llvm/lib/LTO/ | ||
H A D | LTOCodeGenerator.cpp | 149 void LTOCodeGenerator::setOptLevel(unsigned Level) { function in class:LTOCodeGenerator |
/external/llvm/include/llvm/ExecutionEngine/ | ||
H A D | ExecutionEngine.h | 567 /// 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