llvm::PostDominatorTreePrinterPass::PostDominatorTreePrinterPass

Construct a printer that writes to OS.

Synopsis

Declared in <llvm/Analysis/PostDominators.h>

explicit
PostDominatorTreePrinterPass(raw_ostream& OS);

Parameters

NameDescription
OSOutput stream for the printed post-dominator tree.