Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
allocRegs :: Traversable f => RegCount -> f Operation -> Except Interferences (f Int) Source #
allocRegs' :: RegCount -> Interferences -> Moves -> Except Interferences ([Op], Colors) Source #
colorize :: (MonadError Interferences m, Foldable t) => RegCount -> Interferences -> t Op -> Colors -> m Colors Source #