Recursively print the subtree rooted at N indented by level Lev.
Declared in <llvm/Support/GenericDomTree.h>
template<class NodeT>
void
PrintDomTree(
DomTreeNodeBase<NodeT> const* N,
raw_ostream& O,
unsigned int Lev);
| Name | Description |
|---|---|
| N | Root of the subtree to print. |
| O | Output stream. |
| Lev | Current indentation / depth level. |