reg-alloc-graph-color-0.0.0.0: Register allocation by graph colorization

Safe HaskellNone
LanguageHaskell2010

RegAlloc

Documentation

data Operation Source #

Constructors

Move !Node 
NonMove !Operands 

allocRegs' :: RegCount -> Interferences -> Moves -> Except Interferences ([Op], Colors) Source #

colorize :: (MonadError Interferences m, Foldable t) => RegCount -> Interferences -> t Op -> Colors -> m Colors Source #