Home
last modified time | relevance | path

Searched defs:setOptLevel (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DLoopUnrollPass.h112 LoopUnrollOptions &setOptLevel(int O) { in setOptLevel() function
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp268 void TargetMachine::setOptLevel(CodeGenOptLevel Level) { OptLevel = Level; } in setOptLevel() function in TargetMachine
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h224 void setOptLevel(unsigned NewOptLevel) { in setOptLevel() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h590 EngineBuilder &setOptLevel(CodeGenOptLevel l) { in setOptLevel() function
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp198 void LTOCodeGenerator::setOptLevel(unsigned Level) { in setOptLevel() function in LTOCodeGenerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp195 void setOptLevel(CodeGenOptLevel Level) { OptLevel = Level; } in setOptLevel() function in __anon97cd436d0111::TwoAddressInstructionImpl