Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
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 -> UniqSM ProcPointSet #
splitAtProcPoints :: Platform -> CLabel -> ProcPointSet -> ProcPointSet -> LabelMap Status -> CmmDecl -> UniqSM [CmmDecl] #
procPointAnalysis :: ProcPointSet -> CmmGraph -> LabelMap Status #
attachContInfoTables :: ProcPointSet -> CmmDecl -> CmmDecl #