ghc-7.6.3: The GHC API

Safe HaskellNone

CmmExpr

Synopsis

Documentation

data VGcPtr Source

Constructors

VGcPtr 
VNonGcPtr 

Instances

type RegSet = Set LocalRegSource

Sets of local registers

data Area Source

A stack area is either the stack slot where a variable is spilled or the stack space where function arguments and results are passed.

Constructors

Old 
Young !BlockId 

Instances

module CmmMachOp

module CmmType