Displaying 3 results from an estimated 3 matches for "domviewer".
2009 Jul 16
1
[LLVMdev] [patch] Dotty printer for dependency trees
...DOTGraphTraits<const Function*>::getNodeLabel(
+ (const BasicBlock*) BB, (const Function *) BB->getParent(),
+ ShortNames);
+ }
If you're just changing constness, please use const_cast<>. But why
isn't this using DOMGraphTraits<Function*> instead?
+ struct DomViewer: public FunctionPass {
Missing space before colon.
2009 Jul 14
0
[LLVMdev] [patch] Dotty printer for dependency trees
On Wed, 2009-07-15 at 00:20 +0200, Tobias Grosser wrote:
> Hi,
>
> I started to work with llvm and liked the CFG dotty printer a lot.
> However there was none for the dominance trees.
>
> I implemented dotty printing for dominance trees
And here is the patch.
Tobi
-------------- next part --------------
A non-text attachment was scrubbed...
Name:
2009 Jul 14
2
[LLVMdev] [patch] Dotty printer for dependency trees
Hi,
I started to work with llvm and liked the CFG dotty printer a lot.
However there was none for the dominance trees.
I implemented dotty printing for dominance trees and introduced these
new flags:
-dot-dom : Print dominance tree of function to 'dot' file
-dot-dom-only : Print dominance tree of function to 'dot' file
(with no function