Searched refs:InlineContext (Results 1 – 9 of 9) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | InlineAdvisor.h | 60 struct InlineContext { struct 66 std::string AnnotateInlinePassName(InlineContext IC); argument 205 std::optional<InlineContext> IC = std::nullopt); 212 const std::optional<InlineContext> IC; 234 InlineParams Params, InlineContext IC) in DefaultInlineAdvisor() 297 InlineContext IC); 333 InlineContext IC);
|
H A D | ReplayInlineAdvisor.h | 61 bool EmitRemarks, InlineContext IC); 71 bool EmitRemarks, InlineContext IC);
|
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/IPO/ |
H A D | Inliner.h | 127 InlineContext IC = {}, 153 const InlineContext IC;
|
/openbsd/gnu/llvm/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 | 204 const ReplayInlinerSettings &ReplaySettings, InlineContext IC) { in tryCreate() 524 std::optional<InlineContext> IC) in InlineAdvisor() 587 std::string llvm::AnnotateInlinePassName(InlineContext IC) { in AnnotateInlinePassName()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/ |
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 | 722 InlineContext{LTOPhase, InlinePass::CGSCCInliner}); in getAdvisor() 732 InlineContext{LTOPhase, in getAdvisor() 1122 InlineContext IC, in ModuleInlinerWrapperPass()
|
H A D | SampleProfile.cpp | 468 ? llvm::AnnotateInlinePassName(InlineContext{ in SampleProfileLoader() 1993 /*EmitRemarks=*/false, InlineContext{LTOPhase, InlinePass::ReplaySampleProfileInliner}); in doInitialization()
|
/openbsd/gnu/llvm/llvm/lib/Passes/ |
H A D | PassBuilderPipelines.cpp | 709 InlineContext{LTOPhase, InlinePass::EarlyInliner}); in addPGOInstrPasses() 814 InlineContext{Phase, InlinePass::CGSCCInliner}, in buildInlinerPipeline() 1712 InlineContext{ThinOrFullLTOPhase::FullLTOPostLink, in buildLTODefaultPipeline()
|