Searched refs:IsThinLTO (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp184 unsigned OptLevel, bool IsThinLTO,
248 if (IsThinLTO)
304 bool IsThinLTO, ModuleSummaryIndex *ExportSummary,
327 if (IsThinLTO)
335 bool IsThinLTO, ModuleSummaryIndex *ExportSummary,
342 runNewPMPasses(Conf, Mod, TM, Conf.OptLevel, IsThinLTO, ExportSummary,
345 runOldPMPasses(Conf, Mod, TM, IsThinLTO, ExportSummary, ImportSummary);
496 if (!opt(C, TM.get(), 0, *Mod, /*IsThinLTO=*/false,
602 if (!opt(Conf, TM.get(), Task, Mod, /*IsThinLTO=*/true,
183 runNewPMPasses(const Config &Conf, Module &Mod, TargetMachine *TM, unsigned OptLevel, bool IsThinLTO, ModuleSummaryIndex *ExportSummary, const ModuleSummaryIndex *ImportSummary) argument
303 runOldPMPasses(const Config &Conf, Module &Mod, TargetMachine *TM, bool IsThinLTO, ModuleSummaryIndex *ExportSummary, const ModuleSummaryIndex *ImportSummary) argument
334 opt(const Config &Conf, TargetMachine *TM, unsigned Task, Module &Mod, bool IsThinLTO, ModuleSummaryIndex *ExportSummary, const ModuleSummaryIndex *ImportSummary) argument
H A DLTOModule.cpp79 return Result->IsThinLTO;
H A DLTO.cpp621 LTOInfo->IsThinLTO ? ThinLTO.ModuleMap.size() + 1 : 0,
624 if (LTOInfo->IsThinLTO)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp246 bool IsThinLTO,
280 if (IsThinLTO) {
397 if (IsThinLTO) {
740 bool IsThinLTO = true; local
743 IsThinLTO = MD->getZExtValue();
765 CantBePromoted, IsThinLTO, GetSSICallback);
805 if (!IsThinLTO) {
242 computeFunctionSummary( ModuleSummaryIndex &Index, const Module &M, const Function &F, BlockFrequencyInfo *BFI, ProfileSummaryInfo *PSI, DominatorTree &DT, bool HasLocalsInUsedOrAsm, DenseSet<GlobalValue::GUID> &CantBePromoted, bool IsThinLTO, std::function<const StackSafetyInfo *(const Function &F)> GetSSICallback) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.h61 const InputInfo &Input, bool IsThinLTO);
H A DCommonArgs.cpp410 const InputInfo &Input, bool IsThinLTO) {
468 if (IsThinLTO)
408 addLTOOptions(const ToolChain &ToolChain, const ArgList &Args, ArgStringList &CmdArgs, const InputInfo &Output, const InputInfo &Input, bool IsThinLTO) argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h54 bool IsThinLTO; member in struct:llvm::BitcodeLTOInfo
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1199 bool IsThinLTO = CodeGenOpts.PrepareForThinLTO; local
1248 if (IsLTO || IsThinLTO) {
1348 if (IsThinLTO) {
1481 if (LTOInfo && LTOInfo->IsThinLTO)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3783 bool IsThinLTO = true; local
3786 IsThinLTO = MD->getZExtValue();
3787 Stream.EnterSubblock(IsThinLTO ? bitc::GLOBALVAL_SUMMARY_BLOCK_ID

Completed in 89 milliseconds