ghc-7.7.20130829: The GHC API

Safe HaskellNone

RegAlloc.Linear.FreeRegs

Documentation

class Show freeRegs => FR freeRegs whereSource

Methods

frAllocateReg :: Platform -> RealReg -> freeRegs -> freeRegsSource

frGetFreeRegs :: Platform -> RegClass -> freeRegs -> [RealReg]Source

frInitFreeRegs :: Platform -> freeRegsSource

frReleaseReg :: Platform -> RealReg -> freeRegs -> freeRegsSource