Searched refs:PrepareForThinLTO (Results 1 – 4 of 4) sorted by relevance
194 (CodeGenOpts.PrepareForThinLTO || shouldEmitRegularLTOSummary()); in shouldEmitUnifiedLTOModueFlag()857 if (!CodeGenOpts.PrepareForThinLTO && !CodeGenOpts.PrepareForLTO && in RunOptimizationPipeline()922 const bool PrepareForThinLTO = CodeGenOpts.PrepareForThinLTO; in RunOptimizationPipeline() local1014 Level, PrepareForThinLTO, in RunOptimizationPipeline()1015 PrepareForThinLTO || shouldEmitRegularLTOSummary())); in RunOptimizationPipeline()1016 } else if (PrepareForThinLTO) { in RunOptimizationPipeline()1042 if (CodeGenOpts.PrepareForThinLTO && !CodeGenOpts.DisableLLVMPasses) { in RunOptimizationPipeline()
657 LO.Optimize || CGOpts.PrepareForLTO || CGOpts.PrepareForThinLTO, in CreateCompileUnit()
1565 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()
159 CODEGENOPT(PrepareForThinLTO , 1, 0) ///< Set when -flto=thin is enabled on the