| ||||
| ||||
| Documentation | ||||
| type FreeRegs = Word32 | ||||
| noFreeRegs :: FreeRegs | ||||
| releaseReg :: RealReg -> FreeRegs -> FreeRegs | ||||
| initFreeRegs :: FreeRegs | ||||
| getFreeRegs :: RegClass -> FreeRegs -> [RealReg] | ||||
| allocateReg :: RealReg -> FreeRegs -> FreeRegs | ||||
| maxSpillSlots :: Int | ||||
| Produced by Haddock version 2.7.2 |