Printer pass for testing.
Declared in <llvm/Analysis/StackLifetime.h>
class StackLifetimePrinterPass
: public RequiredPassInfoMixin<StackLifetimePrinterPass>
| Name | Description |
|---|---|
RequiredPassInfoMixin<StackLifetimePrinterPass> | A CRTP mix-in for passes that should not be skipped. |
| Name | Description |
|---|---|
StackLifetimePrinterPass [constructor] | Construct a printer that writes to OS using liveness mode Type. |
printPipeline | Print this pass and its options as a pipeline string. |
run | Print stack lifetime info for F and return all analyses preserved. |
| Name | Description |
|---|---|
isRequired | Return true; required passes cannot be skipped. |