ghc-7.6.3: The GHC API

Safe HaskellNone

Cmm

Contents

Synopsis

Cmm top-level datatypes

type GenCmmGroup d h g = [GenCmmDecl d h g]

data GenCmmDecl 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 

Instances

data GenCmmGraph n

Constructors

CmmGraph 

Fields

g_entry :: BlockId
 
g_graph :: Graph n C C
 

Instances

data CmmStatics

Constructors

Statics CLabel [CmmStatic] 

Cmm graphs

type GenCmmReplGraph n e x = UniqSM (Maybe (Graph n e x))

Info Tables

data CmmInfoTable

Info table as a haskell data type

data ClosureTypeInfo

Constructors

Constr ConstrTag ConstrDescription 
Fun FunArity ArgDescr 
Thunk 
ThunkSelector SelectorOffset 
BlackHole 

data C_SRT

Instances

Statements, expressions and types

module CmmNode

module CmmExpr