Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/opt/
H A Dopt.cpp177 static cl::opt<bool> OptLevelOz( variable
811 if (OptLevelOz) in main()
878 if (OptLevelO0 || OptLevelO1 || OptLevelO2 || OptLevelOs || OptLevelOz || in main()
938 if (OptLevelOz && OptLevelOz.getPosition() < PassList.getPosition(i)) { in main()
940 OptLevelOz = false; in main()
1002 if (OptLevelOz) in main()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A Dbugpoint.cpp86 OptLevelOz("Oz", variable
220 else if (OptLevelOz) in main()