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