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

Synopsis

Declared in <llvm/Analysis/DomPrinter.h>

FunctionPass*
createPostDomPrinterWrapperPassPass();

Return Value

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

Created with MrDocs