llvm::PrintDomTree

Recursively print the subtree rooted at N indented by level Lev.

Synopsis

Declared in <llvm/Support/GenericDomTree.h>

template<class NodeT>
void
PrintDomTree(
    DomTreeNodeBase<NodeT> const* N,
    raw_ostream& O,
    unsigned int Lev);

Parameters

NameDescription
NRoot of the subtree to print.
OOutput stream.
LevCurrent indentation / depth level.