Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/opt/
H A Dopt.cpp186 static cl::opt<unsigned> CodeGenOptLevel( variable
437 if (CodeGenOptLevel.getNumOccurrences()) in GetCodeGenOptLevel()
438 return static_cast<CodeGenOpt::Level>(unsigned(CodeGenOptLevel)); in GetCodeGenOptLevel()