Home
last modified time | relevance | path

Searched refs:OptimizeSize (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp215 bool OptimizeSize; member in __anon0575fe460111::Thumb2SizeReduce
247 OptimizeSize = MinimizeSize = false; in INITIALIZE_PASS()
749 if (!OptimizeSize && Entry.AvoidMovs && STI->avoidMOVsShifterOperand()) in ReduceTo2Addr()
864 if (!OptimizeSize && Entry.AvoidMovs && STI->avoidMOVsShifterOperand()) in ReduceToNarrow()
1142 OptimizeSize = MF.getFunction().hasOptSize(); in runOnMachineFunction()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DCodeGenOptions.def209 VALUE_CODEGENOPT(OptimizeSize, 2, 0) ///< If -Os (==1) or -Oz (==2) is specified.
H A DLangOptions.def190 COMPATIBLE_LANGOPT(OptimizeSize , 1, 0, "__OPTIMIZE_SIZE__ predefined macro")
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DInitPreprocessor.cpp927 if (LangOpts.OptimizeSize) in InitializePredefinedMacros()
H A DCompilerInvocation.cpp1408 if (Opts.OptimizeSize == 1) in GenerateCodeGenArgs()
1410 else if (Opts.OptimizeSize == 2) in GenerateCodeGenArgs()
1704 Opts.OptimizeSize = getOptimizationLevelSize(Args); in ParseCodeGenArgs()
3964 Opts.OptimizeSize = OptSize != 0; in ParseLangArgs()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp620 switch (Opts.OptimizeSize) { in mapToLevel()
H A DCGExprCXX.cpp1980 if (CGF.CGM.getCodeGenOpts().OptimizeSize > 1) { in EmitObjectDelete()
H A DCGCall.cpp1839 if (CodeGenOpts.OptimizeSize) in getDefaultFunctionAttributes()
1841 if (CodeGenOpts.OptimizeSize == 2) in getDefaultFunctionAttributes()
H A DCGBuiltin.cpp1788 if (CGM.getCodeGenOpts().OptimizeSize == 2) in generateBuiltinOSLogHelperFunction()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp536 Opts.OptimizeSize = 0; in ParseLangArgs()