There is -view-cfg
option (doc) in llvm's opt
program, which enables me to view the Control Flow Graph via dot
program. But the CFG in too big to be rendered as postscript from dot. I know that there is the xvcg
utiity capable of displaying complex graphs, including CFG (and its man says "VCG tool - visualization of compiler graphs").
So, how can I output llvm's CFG in xvcg format?