ghc-9.10.1: The GHC API
Safe HaskellNone
LanguageGHC2021

GHC.Core.Opt.Simplify.Inline

Synopsis

Cheap and cheerful inlining checks.

The smart inlining decisions are made by callSiteInline

data CallCtxt Source #

Instances

Instances details
Outputable CallCtxt Source # 
Instance details

Defined in GHC.Core.Unfold

Methods

ppr :: CallCtxt -> SDoc Source #