Clean up TrivColorable
The RegAlloc.Graph.TrivColorable module needs a bit of love:
- there is a comment claiming that
allocatableRegsInClasscan't be used due to performance and a TODO suggesting that this may have changed. We should check this - There is a tremendous amount of code duplication in the name of simplification. We should at least factor the duplicated code into an
INLINEfunction.