llvm::createDomPrinterWrapperPassPass

Create a legacy pass that prints the dominator tree as DOT.

Synopsis

Declared in <llvm/Analysis/DomPrinter.h>

FunctionPass*
createDomPrinterWrapperPassPass();

Return Value

A FunctionPass that writes the dominator tree to a DOT file.