Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/opt/
H A Dopt.cpp166 OptLevelO1("O1", cl::desc("Optimization level 1. Similar to clang -O1. " variable
439 if (OptLevelO1) in GetCodeGenOptLevel()
803 if (OptLevelO1) in main()
878 if (OptLevelO0 || OptLevelO1 || OptLevelO2 || OptLevelOs || OptLevelOz || in main()
923 if (OptLevelO1 && OptLevelO1.getPosition() < PassList.getPosition(i)) { in main()
925 OptLevelO1 = false; in main()
993 if (OptLevelO1) in main()
/freebsd-13.1/contrib/llvm-project/llvm/tools/bugpoint/
H A Dbugpoint.cpp75 OptLevelO1("O1", cl::desc("Optimization level 1. Identical to 'opt -O1'")); variable
212 if (OptLevelO1) in main()