Pass that writes a function post-dominator tree to a DOT file.
Declared in <llvm/Analysis/DomPrinter.h>
struct PostDomPrinter final
: DOTGraphTraitsPrinter<PostDominatorTreeAnalysis, false>
| Name | Description |
|---|---|
DOTGraphTraitsPrinter<PostDominatorTreeAnalysis, false> | Pass mixin that writes an analysis graph for a function to a DOT file. |
| Name | Description |
|---|---|
PostDomPrinter [constructor] | Construct a pass that prints the full post-dominator tree. |
processFunction [virtual] | Return true if this function should be processed. |
run | Write the analysis graph for F to a DOT file. |