Home
last modified time | relevance | path

Searched refs:LTOPhase (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DOpenMPOpt.h45 OpenMPOptPass(ThinOrFullLTOPhase LTOPhase) : LTOPhase(LTOPhase) {}
50 const ThinOrFullLTOPhase LTOPhase = ThinOrFullLTOPhase::None;
56 OpenMPOptCGSCCPass(ThinOrFullLTOPhase LTOPhase) : LTOPhase(LTOPhase) {}
62 const ThinOrFullLTOPhase LTOPhase = ThinOrFullLTOPhase::None;
44 OpenMPOptPass(ThinOrFullLTOPhase LTOPhase) OpenMPOptPass() argument
55 OpenMPOptCGSCCPass(ThinOrFullLTOPhase LTOPhase) OpenMPOptCGSCCPass() argument
H A DModuleInliner.h31 ThinOrFullLTOPhase LTOPhase = ThinOrFullLTOPhase::None)
32 : Params(Params), Mode(Mode), LTOPhase(LTOPhase){}; in Params()
43 const ThinOrFullLTOPhase LTOPhase; variable
H A DInliner.h38 ThinOrFullLTOPhase LTOPhase = ThinOrFullLTOPhase::None)
39 : OnlyMandatory(OnlyMandatory), LTOPhase(LTOPhase) {} in OnlyMandatory()
53 const ThinOrFullLTOPhase LTOPhase; variable
H A DSampleProfileMatcher.h31 const ThinOrFullLTOPhase LTOPhase; variable
122 const PseudoProbeManager *ProbeManager, ThinOrFullLTOPhase LTOPhase, in SampleProfileMatcher() argument
128 LTOPhase(LTOPhase), FuncNameToProfNameMap(&FuncNameToProfNameMap), in SampleProfileMatcher()
H A DSampleProfile.h43 ThinOrFullLTOPhase LTOPhase = ThinOrFullLTOPhase::None, variable
51 const ThinOrFullLTOPhase LTOPhase;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp468 StringRef Name, StringRef RemapName, ThinOrFullLTOPhase LTOPhase, in SampleProfileLoader() argument
478 CG(CG), LTOPhase(LTOPhase), in SampleProfileLoader()
481 LTOPhase, InlinePass::SampleProfileInliner}) in SampleProfileLoader()
555 const ThinOrFullLTOPhase LTOPhase; member in __anon71830f180111::SampleProfileLoader
1194 if (LTOPhase == ThinOrFullLTOPhase::ThinLTOPreLink) { in inlineHotFunctions()
1214 } else if (LTOPhase == ThinOrFullLTOPhase::ThinLTOPreLink) { in inlineHotFunctions()
1465 if (LTOPhase == ThinOrFullLTOPhase::ThinLTOPreLink) { in inlineHotFunctionsWithPriority()
1517 } else if (LTOPhase == ThinOrFullLTOPhase::ThinLTOPreLink) { in inlineHotFunctionsWithPriority()
1966 Reader->setSkipFlatProf(LTOPhase == ThinOrFullLTOPhase::ThinLTOPostLink); in doInitialization()
2003 /*EmitRemarks=*/false, InlineContext{LTOPhase, InlinePass::ReplaySampleProfileInliner}); in doInitialization()
[all …]
H A DModuleInliner.cpp83 M, FAM, Params, InlineContext{LTOPhase, InlinePass::ModuleInliner}); in getAdvisor()
109 InlineContext{LTOPhase, InlinePass::ModuleInliner})) { in run()
H A DInliner.cpp180 InlineContext{LTOPhase, InlinePass::CGSCCInliner}); in getAdvisor()
190 InlineContext{LTOPhase, InlinePass::ReplayCGSCCInliner}); in getAdvisor()
H A DSampleProfileMatcher.cpp454 if (ChecksumMismatch && LTOPhase == ThinOrFullLTOPhase::ThinLTOPreLink) in runOnFunction()
H A DOpenMPOpt.cpp5787 bool PostLink = LTOPhase == ThinOrFullLTOPhase::FullLTOPostLink || in run()
5788 LTOPhase == ThinOrFullLTOPhase::ThinLTOPreLink; in run()
5866 bool PostLink = LTOPhase == ThinOrFullLTOPhase::FullLTOPostLink || in run()
5867 LTOPhase == ThinOrFullLTOPhase::ThinLTOPreLink; in run()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp773 ThinOrFullLTOPhase LTOPhase) { in addPreInlinerPasses() argument
788 InlineContext{LTOPhase, InlinePass::EarlyInliner}); in addPreInlinerPasses()
1377 ThinOrFullLTOPhase LTOPhase) { in buildModuleOptimizationPipeline() argument
1378 const bool LTOPreLink = isLTOPreLink(LTOPhase); in buildModuleOptimizationPipeline()
1554 MPM.addPass(CGProfilePass(LTOPhase == ThinOrFullLTOPhase::FullLTOPostLink || in buildModuleOptimizationPipeline()
1555 LTOPhase == ThinOrFullLTOPhase::ThinLTOPostLink)); in buildModuleOptimizationPipeline()
1586 const ThinOrFullLTOPhase LTOPhase = LTOPreLink in buildPerModuleDefaultPipeline() local
1590 MPM.addPass(buildModuleSimplificationPipeline(Level, LTOPhase)); in buildPerModuleDefaultPipeline()
1593 MPM.addPass(buildModuleOptimizationPipeline(Level, LTOPhase)); in buildPerModuleDefaultPipeline()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineAdvisor.cpp550 static inline const char *getLTOPhase(ThinOrFullLTOPhase LTOPhase) { in getLTOPhase() argument
551 switch (LTOPhase) { in getLTOPhase()
588 return std::string(getLTOPhase(IC.LTOPhase)) + "-" + in AnnotateInlinePassName()
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DPassBuilder.h241 ThinOrFullLTOPhase LTOPhase);
733 ThinOrFullLTOPhase LTOPhase);
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineAdvisor.h60 ThinOrFullLTOPhase LTOPhase;
61 ThinOrFullLTOPhase LTOPhase; global() member