/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | OpenMPOpt.h | 45 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 D | ModuleInliner.h | 31 ThinOrFullLTOPhase LTOPhase = ThinOrFullLTOPhase::None) 32 : Params(Params), Mode(Mode), LTOPhase(LTOPhase){}; in Params() 43 const ThinOrFullLTOPhase LTOPhase; variable
|
H A D | Inliner.h | 38 ThinOrFullLTOPhase LTOPhase = ThinOrFullLTOPhase::None) 39 : OnlyMandatory(OnlyMandatory), LTOPhase(LTOPhase) {} in OnlyMandatory() 53 const ThinOrFullLTOPhase LTOPhase; variable
|
H A D | SampleProfileMatcher.h | 31 const ThinOrFullLTOPhase LTOPhase; variable 122 const PseudoProbeManager *ProbeManager, ThinOrFullLTOPhase LTOPhase, in SampleProfileMatcher() argument 128 LTOPhase(LTOPhase), FuncNameToProfNameMap(&FuncNameToProfNameMap), in SampleProfileMatcher()
|
H A D | SampleProfile.h | 43 ThinOrFullLTOPhase LTOPhase = ThinOrFullLTOPhase::None, variable 51 const ThinOrFullLTOPhase LTOPhase;
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | SampleProfile.cpp | 468 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 D | ModuleInliner.cpp | 83 M, FAM, Params, InlineContext{LTOPhase, InlinePass::ModuleInliner}); in getAdvisor() 109 InlineContext{LTOPhase, InlinePass::ModuleInliner})) { in run()
|
H A D | Inliner.cpp | 180 InlineContext{LTOPhase, InlinePass::CGSCCInliner}); in getAdvisor() 190 InlineContext{LTOPhase, InlinePass::ReplayCGSCCInliner}); in getAdvisor()
|
H A D | SampleProfileMatcher.cpp | 454 if (ChecksumMismatch && LTOPhase == ThinOrFullLTOPhase::ThinLTOPreLink) in runOnFunction()
|
H A D | OpenMPOpt.cpp | 5787 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 D | PassBuilderPipelines.cpp | 773 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 D | InlineAdvisor.cpp | 550 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 D | PassBuilder.h | 241 ThinOrFullLTOPhase LTOPhase); 733 ThinOrFullLTOPhase LTOPhase);
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | InlineAdvisor.h | 60 ThinOrFullLTOPhase LTOPhase; 61 ThinOrFullLTOPhase LTOPhase; global() member
|