SPIRV-Tools/tools/cfg
David Neto 996a814ae3 Add spirv-cfg to dump a GraphViz graph of the CFG
This is experimental, and has not tests.
It's been used to debug validation of structured control flow.

- Has a legend describing special arcs to merge blocks and continue
  targets.
- Labels the function entry block, with the Id of the function.
2016-08-11 11:24:51 -04:00
..
bin_to_dot.cpp Add spirv-cfg to dump a GraphViz graph of the CFG 2016-08-11 11:24:51 -04:00
bin_to_dot.h Add spirv-cfg to dump a GraphViz graph of the CFG 2016-08-11 11:24:51 -04:00
cfg.cpp Add spirv-cfg to dump a GraphViz graph of the CFG 2016-08-11 11:24:51 -04:00