Improvement to previous:
Update MIGraphX Graphviz coloring to use groupings based on aliasing and context free qualities:
- if context free and alias (const foldable: color1)
- if !context free and !alias (reshape: color2)
- if !context free and alias (tbd)
- if context free and !alias (default)
for all other qualities (literals and constants), fallback to current coloring scheme