Home
last modified time | relevance | path

Searched refs:InlineContext (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DInlineAdvisor.h60 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 DReplayInlineAdvisor.h61 bool EmitRemarks, InlineContext IC);
71 bool EmitRemarks, InlineContext IC);
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DInliner.h127 InlineContext IC = {},
153 const InlineContext IC;
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DReplayInlineAdvisor.cpp30 InlineContext IC) in ReplayInlineAdvisor()
84 bool EmitRemarks, InlineContext IC) { in getReplayInlineAdvisor()
H A DInlineAdvisor.cpp204 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 DModuleInliner.cpp83 M, FAM, Params, InlineContext{LTOPhase, InlinePass::ModuleInliner}); in getAdvisor()
109 InlineContext{LTOPhase, InlinePass::ModuleInliner})) { in run()
H A DInliner.cpp722 InlineContext{LTOPhase, InlinePass::CGSCCInliner}); in getAdvisor()
732 InlineContext{LTOPhase, in getAdvisor()
1122 InlineContext IC, in ModuleInlinerWrapperPass()
H A DSampleProfile.cpp468 ? llvm::AnnotateInlinePassName(InlineContext{ in SampleProfileLoader()
1993 /*EmitRemarks=*/false, InlineContext{LTOPhase, InlinePass::ReplaySampleProfileInliner}); in doInitialization()
/openbsd/gnu/llvm/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp709 InlineContext{LTOPhase, InlinePass::EarlyInliner}); in addPGOInstrPasses()
814 InlineContext{Phase, InlinePass::CGSCCInliner}, in buildInlinerPipeline()
1712 InlineContext{ThinOrFullLTOPhase::FullLTOPostLink, in buildLTODefaultPipeline()