I have got a lot of outputs using -fdump-rtl-all flag of gcc and I was wondering how I can visualize these cfg files.
I found -da -dv as an alternative way to get the same output with .vcg format which is readable by graphviz.