Searched refs:InlineContext (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | InlineAdvisor.h | 58 struct InlineContext { struct 64 std::string AnnotateInlinePassName(InlineContext IC); argument 203 Optional<InlineContext> IC = NoneType::None); 210 const Optional<InlineContext> IC; 232 InlineParams Params, InlineContext IC) in DefaultInlineAdvisor() 258 InlineContext IC);
|
| H A D | ReplayInlineAdvisor.h | 61 bool EmitRemarks, InlineContext IC); 71 bool EmitRemarks, InlineContext IC);
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/ |
| H A D | Inliner.h | 127 InlineContext IC = {}, 153 const InlineContext IC;
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | ReplayInlineAdvisor.cpp | 30 InlineContext IC) in ReplayInlineAdvisor() 84 bool EmitRemarks, InlineContext IC) { in getReplayInlineAdvisor()
|
| H A D | InlineAdvisor.cpp | 200 const ReplayInlinerSettings &ReplaySettings, InlineContext IC) { in tryCreate() 515 Optional<InlineContext> IC) in InlineAdvisor() 578 std::string llvm::AnnotateInlinePassName(InlineContext IC) { in AnnotateInlinePassName()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | ModuleInliner.cpp | 89 InlineContext{LTOPhase, InlinePass::ModuleInliner}); in getAdvisor() 116 InlineContext{LTOPhase, InlinePass::ModuleInliner})) { in run()
|
| H A D | Inliner.cpp | 722 InlineContext{LTOPhase, InlinePass::CGSCCInliner}); in getAdvisor() 732 InlineContext{LTOPhase, in getAdvisor() 1117 InlineContext IC, in ModuleInlinerWrapperPass()
|
| H A D | SampleProfile.cpp | 433 ? llvm::AnnotateInlinePassName(InlineContext{ in SampleProfileLoader() 1960 /*EmitRemarks=*/false, InlineContext{LTOPhase, InlinePass::ReplaySampleProfileInliner}); in doInitialization()
|
| /llvm-project-15.0.7/llvm/lib/Passes/ |
| H A D | PassBuilderPipelines.cpp | 633 InlineContext{LTOPhase, InlinePass::EarlyInliner}); in addPGOInstrPasses() 733 InlineContext{Phase, InlinePass::CGSCCInliner}, in buildInlinerPipeline() 1617 InlineContext{ThinOrFullLTOPhase::FullLTOPostLink, in buildLTODefaultPipeline()
|