Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
HDEmbedBitcodePass.h29 EmbedBitcodeOptions(bool IsThinLTO, bool EmitLTOSummary) in EmbedBitcodeOptions()
30 : IsThinLTO(IsThinLTO), EmitLTOSummary(EmitLTOSummary) {} in EmbedBitcodeOptions()
31 bool IsThinLTO; member
38 bool IsThinLTO; variable
43 : EmbedBitcodePass(Opts.IsThinLTO, Opts.EmitLTOSummary) {} in EmbedBitcodePass()
44 EmbedBitcodePass(bool IsThinLTO, bool EmitLTOSummary) in EmbedBitcodePass() argument
45 : IsThinLTO(IsThinLTO), EmitLTOSummary(EmitLTOSummary) {} in EmbedBitcodePass()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDModuleSummaryAnalysis.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-14-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDEmbedBitcodePass.cpp39 if (IsThinLTO) in run()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/LTO/
HDLTOBackend.h38 bool IsThinLTO, ModuleSummaryIndex *ExportSummary,
/freebsd-14-stable/contrib/llvm-project/llvm/lib/LTO/
HDLTOBackend.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()
HDLTO.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()
HDLTOModule.cpp80 return Result->IsThinLTO; in isThinLTO()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDHIPAMD.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()
HDCommonArgs.h79 const InputInfo &Input, bool IsThinLTO);
HDCommonArgs.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-14-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/
HDBitcodeReader.h94 bool IsThinLTO; member
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Passes/
HDPassBuilder.cpp781 Result.IsThinLTO = true; in parseEmbedBitcodePassOptions()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.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-14-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp8498 LTOInfo.IsThinLTO = true; in getLTOInfo()
8510 LTOInfo.IsThinLTO = false; in getLTOInfo()