Printer pass for the PostDominatorTree.
Declared in <llvm/Analysis/PostDominators.h>
class PostDominatorTreePrinterPass
: public RequiredPassInfoMixin<PostDominatorTreePrinterPass>
| Name | Description |
|---|---|
RequiredPassInfoMixin<PostDominatorTreePrinterPass> | A CRTP mix-in for passes that should not be skipped. |
| Name | Description |
|---|---|
PostDominatorTreePrinterPass [constructor] | Construct a printer that writes to OS. |
run | Print the PostDominatorTree for F and return all analyses preserved. |
| Name | Description |
|---|---|
isRequired | Return true; required passes cannot be skipped. |