/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | EmbedBitcodePass.h | 29 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 D | ModuleSummaryAnalysis.cpp | 301 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 D | EmbedBitcodePass.cpp | 39 if (IsThinLTO) in run()
|
/freebsd/contrib/llvm-project/llvm/lib/LTO/ |
H A D | LTOBackend.cpp | 234 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 D | LTO.cpp | 757 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 D | LTOModule.cpp | 80 return Result->IsThinLTO; in isThinLTO()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/ |
H A D | LTOBackend.h | 38 bool IsThinLTO, ModuleSummaryIndex *ExportSummary,
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | HIPAMD.cpp | 123 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 D | CommonArgs.h | 79 const InputInfo &Input, bool IsThinLTO);
|
H A D | CommonArgs.cpp | 811 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 D | BitcodeReader.h | 94 bool IsThinLTO; member
|
/freebsd/contrib/llvm-project/llvm/lib/Passes/ |
H A D | PassBuilder.cpp | 781 Result.IsThinLTO = true; in parseEmbedBitcodePassOptions()
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 4321 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 D | BitcodeReader.cpp | 8498 LTOInfo.IsThinLTO = true; in getLTOInfo() 8510 LTOInfo.IsThinLTO = false; in getLTOInfo()
|