ghc-7.2.1: The GHC API

CmmDecl

Synopsis

Documentation

newtype GenCmm d h g

Constructors

Cmm [GenCmmTop d h g] 

Instances

data GenCmmTop d h g

A top-level chunk, abstracted over the type of the contents of the basic blocks (Cmm or instructions are the likely instantiations).

Constructors

CmmProc h CLabel g 
CmmData Section d 

data ClosureTypeInfo

Constructors

ConstrInfo ClosureLayout ConstrTag ConstrDescription 
FunInfo ClosureLayout C_SRT FunArity ArgDescr SlowEntry 
ThunkInfo ClosureLayout C_SRT 
ThunkSelectorInfo SelectorOffset C_SRT 
ContInfo [Maybe LocalReg] C_SRT 

data CmmStatics

Constructors

Statics CLabel [CmmStatic]