Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/opt/
H A Dopt.cpp161 OptLevelOs("Os", cl::desc("Like -O2 but size-conscious. Similar to clang " variable
739 OptLevelOs + OptLevelOz; in main()
761 if (OptLevelOs) in main()
831 if (OptLevelO0 || OptLevelO1 || OptLevelO2 || OptLevelOs || OptLevelOz || in main()
880 if (OptLevelOs && OptLevelOs.getPosition() < PassList.getPosition(i)) { in main()
882 OptLevelOs = false; in main()
915 if (OptLevelOs) in main()
/llvm-project-15.0.7/llvm/tools/bugpoint/
H A Dbugpoint.cpp75 static cl::opt<bool> OptLevelOs( variable
207 else if (OptLevelOs) in main()