Safe Haskell | None |
---|
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
maxSpillSlots :: DynFlags -> IntSource