Displaying 3 results from an estimated 3 matches for "dotprint".
Did you mean:
do_print
2009 Aug 13
1
[LLVMdev] Graphviz and LLVM-TV
...-----------------------------------------------
This file defines specializations of GraphTraits that allows Use-Def and
Def-Use relations to be treated as proper graphs for generic algorithms.
-------------------------------------------------------------------------
It should be easy to write the DOTPrinter for this data type. You can
take the CFGPrinter as reference.
Tobi
2009 Aug 13
7
[LLVMdev] Graphviz and LLVM-TV
Hi
I'm trying to get a graphviz output (DOT) of a code I'm compiling. I
want to see the DFG/CFG of the LLVM assembly, how the operations are
chained together. The documentation mentions something about calling
certain methods from within gdb, but isn't there some option when
invoking the compiler (I've seen some -print-cfg and -dot-cfg options
mentioned in some source files,
2009 Sep 06
0
[LLVMdev] Graphviz and LLVM-TV
...-----------------------
> This file defines specializations of GraphTraits that allows Use-Def and
> Def-Use relations to be treated as proper graphs for generic algorithms.
> -------------------------------------------------------------------------
>
> It should be easy to write the DOTPrinter for this data type. You can
> take the CFGPrinter as reference.
>
> Tobi
>
>
>