Searched refs:Oz (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Passes/
H A DOptimizationLevel.cpp28 const OptimizationLevel OptimizationLevel::Oz = { member in class:OptimizationLevel
H A DPassBuilderPipelines.cpp143 cl::desc("Enable ML policy for inliner. Currently trained for -Oz only"),
616 // Disable header duplication in loop rotation at -Oz.
618 LoopRotatePass(Level != OptimizationLevel::Oz, isLTOPreLink(Phase)));
796 // Disable header duplication in loop rotation at -Oz.
799 LoopRotatePass(Level != OptimizationLevel::Oz),
1089 Level != OptimizationLevel::Oz &&
1405 // Disable header duplication at -Oz.
1406 LPM.addPass(LoopRotatePass(Level != OptimizationLevel::Oz, LTOPreLink));
1736 Level != OptimizationLevel::Oz)));
H A DPassBuilder.cpp515 .Case("Oz", OptimizationLevel::Oz)
606 // Don't accept -Os/-Oz.
1438 // but does enable slp vectorization at Oz.
1440 L.getSpeedupLevel() > 1 && L != OptimizationLevel::Oz;
1442 L.getSpeedupLevel() > 1 && L != OptimizationLevel::Oz;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Passes/
H A DOptimizationLevel.h108 static const OptimizationLevel Oz; member in class:llvm::final
/freebsd-current/sys/contrib/libsodium/dist-build/
H A Demscripten.sh79 emccLibsodium "${PREFIX}/lib/libsodium.asm.tmp.js" -Oz -s WASM=0 -s RUNNING_JS_OPTS=1
/freebsd-current/sys/contrib/zstd/lib/
H A Dlibzstd.mk68 HAVE_CC_OZ ?= $(shell echo "" | $(CC) -Oz -x c -c - -o /dev/null 2> /dev/null && echo 1 || echo 0)
77 CFLAGS += -Oz
/freebsd-current/stand/i386/boot2/
H A DMakefile39 CFLAGS.clang+= -Oz ${CLANG_OPT_SMALL}
/freebsd-current/stand/
H A Ddefs.mk95 CFLAGS.clang+= -Oz
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp614 return OptimizationLevel::Oz;

Completed in 385 milliseconds