Home
last modified time | relevance | path

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

/freebsd-src/contrib/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()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h94 bool IsThinLTO; member
/freebsd-src/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp238 runNewPMPasses(const Config & Conf,Module & Mod,TargetMachine * TM,unsigned OptLevel,bool IsThinLTO,ModuleSummaryIndex * ExportSummary,const ModuleSummaryIndex * ImportSummary) runNewPMPasses() argument
344 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.cpp743 bool IsThinLTO = LTOInfo->IsThinLTO && (LTOMode != LTOK_UnifiedRegular); addModule() local
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHIPAMD.cpp122 bool IsThinLTO = D.getLTOMode(/*IsOffload=*/true) == LTOK_Thin; constructLldCommand() local
H A DCommonArgs.cpp761 addLTOOptions(const ToolChain & ToolChain,const ArgList & Args,ArgStringList & CmdArgs,const InputInfo & Output,const InputInfo & Input,bool IsThinLTO) addLTOOptions() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp270 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
911 bool IsThinLTO = true; buildModuleSummaryIndex() local
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4147 bool IsThinLTO = true; writePerModuleGlobalValueSummary() local