Home
last modified time | relevance | path

Searched refs:IsThinLTO (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DEmbedBitcodePass.h30 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 DModuleSummaryAnalysis.cpp309 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 DEmbedBitcodePass.cpp36 if (IsThinLTO) in run()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp240 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 DLTO.cpp782 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 DLTOModule.cpp76 return Result->IsThinLTO; in isThinLTO()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHIPAMD.cpp82 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 DCommonArgs.cpp945 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 DLTOBackend.h39 Module &Mod, bool IsThinLTO,
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h96 bool IsThinLTO; member
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DCommonArgs.h81 const InputInfoList &Inputs, bool IsThinLTO);
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilder.cpp878 Result.IsThinLTO = true; in parseEmbedBitcodePassOptions()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4632 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 DBitcodeReader.cpp8633 LTOInfo.IsThinLTO = true; in getLTOInfo()
8645 LTOInfo.IsThinLTO = false; in getLTOInfo()