Home
last modified time | relevance | path

Searched refs:setOptLevel (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DLoopUnrollPass.h112 LoopUnrollOptions &setOptLevel(int O) { in setOptLevel() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp141 .setOptLevel((CodeGenOpt::Level)OptLevel); in LLVMCreateJITCompilerForModule()
200 .setOptLevel((CodeGenOpt::Level)options.OptLevel) in LLVMCreateMCJITCompilerForModule()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h101 void setOptLevel(unsigned OptLevel);
H A DThinLTOCodeGenerator.h225 void setOptLevel(unsigned NewOptLevel) { in setOptLevel() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetMachine.cpp200 void TargetMachine::setOptLevel(CodeGenOpt::Level Level) { OptLevel = Level; } in setOptLevel() function in TargetMachine
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/handle-llvm/
H A Dhandle_llvm.cpp175 builder.setOptLevel(OLvl); in CreateAndRunJITFunc()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/lto/
H A Dlto.cpp157 CG->setOptLevel(OptLevel - '0'); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
526 CodeGen->setOptLevel(OptLevel - '0'); in thinlto_create_codegen()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetMachine.h238 void setOptLevel(CodeGenOpt::Level Level);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h591 EngineBuilder &setOptLevel(CodeGenOpt::Level l) { in setOptLevel() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp187 void LTOCodeGenerator::setOptLevel(unsigned Level) { in setOptLevel() function in LTOCodeGenerator
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp1019 CodeGen.setOptLevel(OptLevel - '0'); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/lli/
H A Dlli.cpp515 builder.setOptLevel(getOptLevel()); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp223 IS.TM.setOptLevel(NewOptLevel); in OptLevelChanger()
245 IS.TM.setOptLevel(SavedOptLevel); in ~OptLevelChanger()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Passes/
H A DPassBuilder.cpp2112 UnrollOpts.setOptLevel(OptLevel); in parseLoopUnrollOptions()