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