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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp157 unsigned OptLevel, bool IsThinLTO,
219 if (IsThinLTO)
273 bool IsThinLTO, ModuleSummaryIndex *ExportSummary,
296 if (IsThinLTO)
304 bool IsThinLTO, ModuleSummaryIndex *ExportSummary,
311 runNewPMPasses(Conf, Mod, TM, Conf.OptLevel, IsThinLTO, ExportSummary,
314 runOldPMPasses(Conf, Mod, TM, IsThinLTO, ExportSummary, ImportSummary);
467 if (!opt(C, TM.get(), 0, *Mod, /*IsThinLTO=*/false,
562 if (!opt(Conf, TM.get(), Task, Mod, /*IsThinLTO=*/true,
156 runNewPMPasses(const Config &Conf, Module &Mod, TargetMachine *TM, unsigned OptLevel, bool IsThinLTO, ModuleSummaryIndex *ExportSummary, const ModuleSummaryIndex *ImportSummary) argument
272 runOldPMPasses(const Config &Conf, Module &Mod, TargetMachine *TM, bool IsThinLTO, ModuleSummaryIndex *ExportSummary, const ModuleSummaryIndex *ImportSummary) argument
303 opt(const Config &Conf, TargetMachine *TM, unsigned Task, Module &Mod, bool IsThinLTO, ModuleSummaryIndex *ExportSummary, const ModuleSummaryIndex *ImportSummary) argument
H A DLTOModule.cpp78 return Result->IsThinLTO;
H A DLTO.cpp628 LTOInfo->IsThinLTO ? ThinLTO.ModuleMap.size() + 1 : 0,
631 if (LTOInfo->IsThinLTO)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp247 bool IsThinLTO) {
280 if (IsThinLTO) {
396 if (IsThinLTO) {
728 bool IsThinLTO = true; local
731 IsThinLTO = MD->getZExtValue();
753 CantBePromoted, IsThinLTO);
793 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) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h51 bool IsThinLTO; member in struct:llvm::BitcodeLTOInfo
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.h63 const InputInfo &Input, bool IsThinLTO);
H A DCommonArgs.cpp358 const InputInfo &Input, bool IsThinLTO) {
406 if (IsThinLTO)
356 AddGoldPlugin(const ToolChain &ToolChain, const ArgList &Args, ArgStringList &CmdArgs, const InputInfo &Output, const InputInfo &Input, bool IsThinLTO) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1113 bool IsThinLTO = CodeGenOpts.PrepareForThinLTO; local
1144 if (IsLTO || IsThinLTO) {
1216 if (IsThinLTO) {
1355 if (LTOInfo && LTOInfo->IsThinLTO)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3734 bool IsThinLTO = true; local
3737 IsThinLTO = MD->getZExtValue();
3738 Stream.EnterSubblock(IsThinLTO ? bitc::GLOBALVAL_SUMMARY_BLOCK_ID

Completed in 115 milliseconds