Home
last modified time | relevance | path

Searched refs:PrepareForThinLTO (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp194 (CodeGenOpts.PrepareForThinLTO || shouldEmitRegularLTOSummary()); in shouldEmitUnifiedLTOModueFlag()
857 if (!CodeGenOpts.PrepareForThinLTO && !CodeGenOpts.PrepareForLTO && in RunOptimizationPipeline()
922 const bool PrepareForThinLTO = CodeGenOpts.PrepareForThinLTO; in RunOptimizationPipeline() local
1014 Level, PrepareForThinLTO, in RunOptimizationPipeline()
1015 PrepareForThinLTO || shouldEmitRegularLTOSummary())); in RunOptimizationPipeline()
1016 } else if (PrepareForThinLTO) { in RunOptimizationPipeline()
1042 if (CodeGenOpts.PrepareForThinLTO && !CodeGenOpts.DisableLLVMPasses) { in RunOptimizationPipeline()
H A DCGDebugInfo.cpp657 LO.Optimize || CGOpts.PrepareForLTO || CGOpts.PrepareForThinLTO, in CreateCompileUnit()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1565 if (Opts.PrepareForLTO && !Opts.PrepareForThinLTO) in GenerateCodeGenArgs()
1568 if (Opts.PrepareForThinLTO) in GenerateCodeGenArgs()
1853 Opts.PrepareForThinLTO = false; in ParseCodeGenArgs()
1858 Opts.PrepareForThinLTO = true; in ParseCodeGenArgs()
1862 Opts.PrepareForThinLTO = true; in ParseCodeGenArgs()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def159 CODEGENOPT(PrepareForThinLTO , 1, 0) ///< Set when -flto=thin is enabled on the