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.h29 EmbedBitcodeOptions(bool IsThinLTO, bool EmitLTOSummary) in EmbedBitcodeOptions()
30 : IsThinLTO(IsThinLTO), EmitLTOSummary(EmitLTOSummary) {} in EmbedBitcodeOptions()
31 bool IsThinLTO; in EmbedBitcodeOptions()
38 bool IsThinLTO;
43 : EmbedBitcodePass(Opts.IsThinLTO, Opts.EmitLTOSummary) {}
44 EmbedBitcodePass(bool IsThinLTO, bool EmitLTOSummary) in EmbedBitcodePass()
45 : IsThinLTO(IsThinLTO), EmitLTOSummary(EmitLTOSummary) {} in EmbedBitcodePass()
32 bool IsThinLTO; global() member
39 bool IsThinLTO; global() variable
47 EmbedBitcodePass(bool IsThinLTO,bool EmitLTOSummary,ModulePassManager && MPM) EmbedBitcodePass() argument
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp301 bool IsThinLTO, in computeFunctionSummary() argument
363 if (IsThinLTO) { in computeFunctionSummary()
494 if (!IsThinLTO) in computeFunctionSummary()
572 if (IsThinLTO) { in computeFunctionSummary()
638 if (IsThinLTO) { in computeFunctionSummary()
987 bool IsThinLTO = true; in buildModuleSummaryIndex() local
990 IsThinLTO = MD->getZExtValue(); in buildModuleSummaryIndex()
1012 CantBePromoted, IsThinLTO, GetSSICallback); in buildModuleSummaryIndex()
1059 if (!IsThinLTO) { in buildModuleSummaryIndex()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DEmbedBitcodePass.cpp39 if (IsThinLTO) in run()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp234 unsigned OptLevel, bool IsThinLTO, in runNewPMPasses() argument
329 } else if (IsThinLTO) { in runNewPMPasses()
342 bool IsThinLTO, ModuleSummaryIndex *ExportSummary, in opt() argument
363 runNewPMPasses(Conf, Mod, TM, Conf.OptLevel, IsThinLTO, ExportSummary, in opt()
679 if (LTOInfo && LTOInfo->IsThinLTO) in findThinLTOModule()
H A DLTO.cpp757 bool IsThinLTO = LTOInfo->IsThinLTO && (LTOMode != LTOK_UnifiedRegular); in addModule() local
761 IsThinLTO ? ThinLTO.ModuleMap.size() + 1 : 0, in addModule()
764 if (IsThinLTO) in addModule()
H A DLTOModule.cpp80 return Result->IsThinLTO; in isThinLTO()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTOBackend.h38 bool IsThinLTO, ModuleSummaryIndex *ExportSummary,
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHIPAMD.cpp123 bool IsThinLTO = D.getLTOMode(/*IsOffload=*/true) == LTOK_Thin; in constructLldCommand() local
124 addLTOOptions(TC, Args, LldArgs, Output, Inputs[0], IsThinLTO); in constructLldCommand()
143 if (IsThinLTO) in constructLldCommand()
H A DCommonArgs.h79 const InputInfo &Input, bool IsThinLTO);
H A DCommonArgs.cpp811 const InputInfo &Input, bool IsThinLTO) { in addLTOOptions() argument
921 if (IsThinLTO && !IsOSAIX) in addLTOOptions()
923 else if (IsThinLTO && IsOSAIX) in addLTOOptions()
929 if ((IsThinLTO || IsFatLTO || IsUnifiedLTO) && in addLTOOptions()
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h94 bool IsThinLTO; member
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilder.cpp781 Result.IsThinLTO = true; in parseEmbedBitcodePassOptions()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4321 bool IsThinLTO = true; in writePerModuleGlobalValueSummary() local
4324 IsThinLTO = MD->getZExtValue(); in writePerModuleGlobalValueSummary()
4325 Stream.EnterSubblock(IsThinLTO ? bitc::GLOBALVAL_SUMMARY_BLOCK_ID in writePerModuleGlobalValueSummary()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp8498 LTOInfo.IsThinLTO = true; in getLTOInfo()
8510 LTOInfo.IsThinLTO = false; in getLTOInfo()