Home
last modified time | relevance | path

Searched refs:OptimizationLevel (Results 1 – 17 of 17) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp250 unsigned OptLevel = CodeGenOpts.OptimizationLevel; in CreatePasses()
456 switch (CodeGenOpts.OptimizationLevel) { in CreateTargetMachine()
565 CodeGenOpts.OptimizationLevel > 0) in AddEmitPasses()
H A DCGCXX.cpp39 if (getCodeGenOpts().OptimizationLevel == 0) in TryEmitBaseDestructorAsAlias()
H A DCodeGenTBAA.cpp90 if (CodeGenOpts.OptimizationLevel == 0 || CodeGenOpts.RelaxedAliasing) in getTBAAInfo()
H A DCGDecl.cpp840 if (CGF.CGM.getCodeGenOpts().OptimizationLevel == 0) in shouldUseLifetimeMarkers()
1656 if (CGM.getCodeGenOpts().OptimizationLevel == 0) { in EmitParmDecl()
1732 if (CGM.getCodeGenOpts().OptimizationLevel == 0) { in EmitParmDecl()
H A DCGDeclCXX.cpp120 if (!CGF.CGM.getCodeGenOpts().OptimizationLevel) in EmitDeclInvariant()
H A DCGBlocks.cpp1173 if (CGM.getCodeGenOpts().OptimizationLevel == 0) { in GenerateBlockFunction()
1421 if (CGM.getCodeGenOpts().OptimizationLevel == 0) { in GenerateCopyHelperFunction()
1671 if (CGF.CGM.getCodeGenOpts().OptimizationLevel == 0) { in emitCopy()
H A DCGObjC.cpp115 CGM.getCodeGenOpts().OptimizationLevel != 0); in EmitObjCCollectionLiteral()
1966 } else if (CGM.getCodeGenOpts().OptimizationLevel == 0) { in EmitARCRetainAutoreleasedReturnValue()
2031 if (CGM.getCodeGenOpts().OptimizationLevel == 0) { in EmitARCDestroyStrong()
2196 CGM.getCodeGenOpts().OptimizationLevel == 0) { in EmitARCInitWeak()
H A DCGVTables.cpp470 !CGM.getCodeGenOpts().OptimizationLevel) in maybeEmitThunkForVTable()
H A DCodeGenFunction.cpp912 } else if (CGM.getCodeGenOpts().OptimizationLevel == 0) in GenerateCode()
H A DCodeGenModule.cpp126 (!CodeGenOpts.RelaxedAliasing && CodeGenOpts.OptimizationLevel > 0)) in CodeGenModule()
1459 if (CodeGenOpts.OptimizationLevel == 0 && !F->hasAttr<AlwaysInlineAttr>()) in shouldEmitFunction()
H A DCGCall.cpp2596 if (CGF.CGM.getCodeGenOpts().OptimizationLevel != 0 && in emitWritebackArg()
2844 if (CGM.getCodeGenOpts().OptimizationLevel != 0 && in AddObjCARCExceptionMetadata()
H A DCGStmt.cpp1235 CGM.getCodeGenOpts().OptimizationLevel > 0 && in EmitCaseStmt()
H A DCGExpr.cpp1185 } else if (CGM.getCodeGenOpts().OptimizationLevel > 0) in EmitLoadOfScalar()
2374 if (!CGM.getCodeGenOpts().OptimizationLevel || !TrapBB) { in EmitTrapCheck()
H A DCodeGenFunction.h1070 return CGM.getCodeGenOpts().OptimizationLevel == 0; in shouldUseFusedARCCalls()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp351 unsigned OptimizationLevel = getOptimizationLevel(Args, IK, Diags); in ParseCodeGenArgs() local
354 if (OptimizationLevel > MaxOptLevel) { in ParseCodeGenArgs()
359 OptimizationLevel = MaxOptLevel; in ParseCodeGenArgs()
361 Opts.OptimizationLevel = OptimizationLevel; in ParseCodeGenArgs()
365 (Opts.OptimizationLevel > 1) ? CodeGenOptions::NormalInlining in ParseCodeGenArgs()
416 (Opts.OptimizationLevel > 1 && !Opts.OptimizeSize)); in ParseCodeGenArgs()
/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DCodeGenOptions.def90 VALUE_CODEGENOPT(OptimizationLevel, 2, 0) ///< The -O[0-3] option specified.
/minix3/external/bsd/llvm/dist/llvm/docs/
H A DCommandLine.rst353 cl::opt<OptLevel> OptimizationLevel(cl::desc("Choose optimization level:"),
362 if (OptimizationLevel >= O2) doPartialRedundancyElimination(...);
365 This declaration defines a variable "``OptimizationLevel``" of the
399 cl::opt<OptLevel> OptimizationLevel(cl::desc("Choose optimization level:"),
408 if (OptimizationLevel == Debug) outputDebugInfo(...);