| Safe Haskell | None |
|---|---|
| Language | GHC2021 |
GHC.Cmm.ProcPoint
Documentation
type ProcPointSet = LabelSet #
Constructors
| ReachedBy ProcPointSet | |
| ProcPoint |
Instances
| Outputable Status # | |
Defined in GHC.Cmm.ProcPoint | |
callProcPoints :: CmmGraph -> ProcPointSet #
minimalProcPointSet :: Platform -> ProcPointSet -> CmmGraph -> UniqDSM ProcPointSet #
splitAtProcPoints :: Platform -> CLabel -> ProcPointSet -> ProcPointSet -> LabelMap Status -> CmmDecl -> UniqDSM [CmmDecl] #
procPointAnalysis :: ProcPointSet -> CmmGraph -> LabelMap Status #
attachContInfoTables :: ProcPointSet -> CmmDecl -> CmmDecl #