Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp185 bool OptimizeSize; member in __anon4fdf1c1d0111::Thumb2SizeReduce
212 OptimizeSize = MinimizeSize = false; in Thumb2SizeReduce()
653 if (!OptimizeSize && Entry.AvoidMovs && STI->avoidMOVsShifterOperand()) in ReduceTo2Addr()
771 if (!OptimizeSize && Entry.AvoidMovs && STI->avoidMOVsShifterOperand()) in ReduceToNarrow()
1033 OptimizeSize = MF.getFunction()->optForSize(); in runOnMachineFunction()
/external/clang/lib/CodeGen/
DBackendUtil.cpp299 createFunctionInliningPass(OptLevel, CodeGenOpts.OptimizeSize); in CreatePasses()
313 PMBuilder.SizeLevel = CodeGenOpts.OptimizeSize; in CreatePasses()
DCGCall.cpp1497 if (CodeGenOpts.OptimizeSize) in ConstructAttributeList()
1499 if (CodeGenOpts.OptimizeSize == 2) in ConstructAttributeList()
/external/clang/include/clang/Frontend/
DCodeGenOptions.def104 VALUE_CODEGENOPT(OptimizeSize, 2, 0) ///< If -Os (==1) or -Oz (==2) is specified.
/external/clang/include/clang/Basic/
DLangOptions.def137 COMPATIBLE_LANGOPT(OptimizeSize , 1, 0, "__OPTIMIZE_SIZE__ predefined macro")
/external/clang/lib/Frontend/
DCompilerInvocation.cpp442 Opts.OptimizeSize = getOptimizationLevelSize(Args); in ParseCodeGenArgs()
447 (Opts.OptimizationLevel > 1 && !Opts.OptimizeSize)); in ParseCodeGenArgs()
1798 Opts.OptimizeSize = OptSize != 0; in ParseLangArgs()
DInitPreprocessor.cpp609 if (LangOpts.OptimizeSize) in InitializePredefinedMacros()