ghc-7.4.2: The GHC API

Safe HaskellNone

CmmExpr

Synopsis

Documentation

data VGcPtr Source

Constructors

VGcPtr 
VNonGcPtr 

Instances

class DefinerOfSlots a whereSource

Methods

foldSlotsDefd :: (b -> SubArea -> b) -> b -> a -> bSource

type RegSet = UniqSet 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.

data AreaId Source

Constructors

Old 
Young BlockId 

Instances

module CmmMachOp

module CmmType