Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp1591 unsigned MaxOptLevel = 3; in ParseCodeGenArgs() local
1592 if (OptimizationLevel > MaxOptLevel) { in ParseCodeGenArgs()
1596 << Args.getLastArg(OPT_O)->getAsString(Args) << "-O" << MaxOptLevel; in ParseCodeGenArgs()
1597 OptimizationLevel = MaxOptLevel; in ParseCodeGenArgs()