| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | EmbedBitcodePass.h | 30 EmbedBitcodeOptions(bool IsThinLTO, bool EmitLTOSummary) in EmbedBitcodeOptions() 31 : IsThinLTO(IsThinLTO), EmitLTOSummary(EmitLTOSummary) {} in EmbedBitcodeOptions() 32 bool IsThinLTO; member 39 bool IsThinLTO; variable 44 : EmbedBitcodePass(Opts.IsThinLTO, Opts.EmitLTOSummary) {} in EmbedBitcodePass() 45 EmbedBitcodePass(bool IsThinLTO, bool EmitLTOSummary) in EmbedBitcodePass() argument 46 : IsThinLTO(IsThinLTO), EmitLTOSummary(EmitLTOSummary) {} in EmbedBitcodePass()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ModuleSummaryAnalysis.cpp | 309 bool IsThinLTO, in computeFunctionSummary() argument 371 if (IsThinLTO) { in computeFunctionSummary() 505 if (!IsThinLTO) in computeFunctionSummary() 622 if (IsThinLTO) { in computeFunctionSummary() 687 if (IsThinLTO) { in computeFunctionSummary() 1037 bool IsThinLTO = true; in buildModuleSummaryIndex() local 1040 IsThinLTO = MD->getZExtValue(); in buildModuleSummaryIndex() 1062 CantBePromoted, IsThinLTO, GetSSICallback); in buildModuleSummaryIndex() 1109 if (!IsThinLTO) { in buildModuleSummaryIndex()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | EmbedBitcodePass.cpp | 36 if (IsThinLTO) in run()
|
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTOBackend.cpp | 240 unsigned OptLevel, bool IsThinLTO, in runNewPMPasses() argument 335 } else if (IsThinLTO) { in runNewPMPasses() 366 bool IsThinLTO, ModuleSummaryIndex *ExportSummary, in opt() argument 393 runNewPMPasses(Conf, Mod, TM, Conf.OptLevel, IsThinLTO, ExportSummary, in opt() 736 if (LTOInfo && LTOInfo->IsThinLTO) in findThinLTOModule()
|
| H A D | LTO.cpp | 782 bool IsThinLTO = LTOInfo->IsThinLTO && (LTOMode != LTOK_UnifiedRegular); in addModule() local 786 IsThinLTO ? ThinLTO.ModuleMap.size() + 1 : 0, in addModule() 789 if (IsThinLTO) in addModule()
|
| H A D | LTOModule.cpp | 76 return Result->IsThinLTO; in isThinLTO()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | HIPAMD.cpp | 82 bool IsThinLTO = D.getOffloadLTOMode() == LTOK_Thin; in constructLldCommand() local 83 addLTOOptions(TC, Args, LldArgs, Output, Inputs, IsThinLTO); in constructLldCommand() 102 if (IsThinLTO) { in constructLldCommand()
|
| H A D | CommonArgs.cpp | 945 const InputInfoList &Inputs, bool IsThinLTO) { in addLTOOptions() argument 1081 if (IsThinLTO && !IsOSAIX) in addLTOOptions() 1083 else if (IsThinLTO && IsOSAIX) in addLTOOptions() 1089 if ((IsThinLTO || IsFatLTO || IsUnifiedLTO) && in addLTOOptions()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/LTO/ |
| H A D | LTOBackend.h | 39 Module &Mod, bool IsThinLTO,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/ |
| H A D | BitcodeReader.h | 96 bool IsThinLTO; member
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | CommonArgs.h | 81 const InputInfoList &Inputs, bool IsThinLTO);
|
| /freebsd/contrib/llvm-project/llvm/lib/Passes/ |
| H A D | PassBuilder.cpp | 878 Result.IsThinLTO = true; in parseEmbedBitcodePassOptions()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 4632 bool IsThinLTO = true; in writePerModuleGlobalValueSummary() local 4635 IsThinLTO = MD->getZExtValue(); in writePerModuleGlobalValueSummary() 4636 Stream.EnterSubblock(IsThinLTO ? bitc::GLOBALVAL_SUMMARY_BLOCK_ID in writePerModuleGlobalValueSummary()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 8633 LTOInfo.IsThinLTO = true; in getLTOInfo() 8645 LTOInfo.IsThinLTO = false; in getLTOInfo()
|