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