Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/opt/
H A Dopt.cpp170 OptLevelO2("O2", cl::desc("Optimization level 2. Similar to clang -O2. " variable
441 if (OptLevelO2) in GetCodeGenOptLevel()
805 if (OptLevelO2) in main()
878 if (OptLevelO0 || OptLevelO1 || OptLevelO2 || OptLevelOs || OptLevelOz || in main()
928 if (OptLevelO2 && OptLevelO2.getPosition() < PassList.getPosition(i)) { in main()
930 OptLevelO2 = false; in main()
996 if (OptLevelO2) in main()
/freebsd-13.1/contrib/llvm-project/llvm/tools/bugpoint/
H A Dbugpoint.cpp78 OptLevelO2("O2", cl::desc("Optimization level 2. Identical to 'opt -O2'")); variable
214 else if (OptLevelO2) in main()