Home
last modified time | relevance | path

Searched defs:IsThinLTO (Results 1 – 8 of 8) sorted by relevance

/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DEmbedBitcodePass.h31 bool IsThinLTO; member
38 bool IsThinLTO; variable
44 EmbedBitcodePass(bool IsThinLTO, bool EmitLTOSummary) in EmbedBitcodePass()
/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h94 bool IsThinLTO; member
/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp234 runNewPMPasses(const Config & Conf,Module & Mod,TargetMachine * TM,unsigned OptLevel,bool IsThinLTO,ModuleSummaryIndex * ExportSummary,const ModuleSummaryIndex * ImportSummary) runNewPMPasses() argument
342 opt(const Config & Conf,TargetMachine * TM,unsigned Task,Module & Mod,bool IsThinLTO,ModuleSummaryIndex * ExportSummary,const ModuleSummaryIndex * ImportSummary,const std::vector<uint8_t> & CmdArgs) opt() argument
H A DLTO.cpp756 bool IsThinLTO = LTOInfo->IsThinLTO && (LTOMode != LTOK_UnifiedRegular); addModule() local
/llvm-project/clang/lib/Driver/ToolChains/
H A DHIPAMD.cpp123 bool IsThinLTO = D.getLTOMode(/*IsOffload=*/true) == LTOK_Thin; constructLldCommand() local
H A DCommonArgs.cpp811 addLTOOptions(const ToolChain & ToolChain,const ArgList & Args,ArgStringList & CmdArgs,const InputInfo & Output,const InputInfo & Input,bool IsThinLTO) addLTOOptions() argument
/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp299 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) computeFunctionSummary() argument
975 bool IsThinLTO = true; buildModuleSummaryIndex() local
/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4303 bool IsThinLTO = true; writePerModuleGlobalValueSummary() local