Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/opt/
H A Dopt.cpp164 static cl::opt<bool> OptLevelOz( variable
739 OptLevelOs + OptLevelOz; in main()
763 if (OptLevelOz) in main()
831 if (OptLevelO0 || OptLevelO1 || OptLevelO2 || OptLevelOs || OptLevelOz || in main()
885 if (OptLevelOz && OptLevelOz.getPosition() < PassList.getPosition(i)) { in main()
887 OptLevelOz = false; in main()
918 if (OptLevelOz) in main()
/llvm-project-15.0.7/llvm/tools/bugpoint/
H A Dbugpoint.cpp81 OptLevelOz("Oz", variable
209 else if (OptLevelOz) in main()