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