Pass for printing a loop's contents as textual IR.
Synopsis
Declared in <llvm/Transforms/Scalar/LoopPassManager.h>
class PrintLoopPass
: public RequiredPassInfoMixin<PrintLoopPass>
Base Classes
Name |
Description |
A CRTP mix‐in for passes that should not be skipped. |
Member Functions
Name |
Description |
|
Constructors |
Print the loop as textual IR and preserve all analyses. |
Static Member Functions
Name |
Description |
Return true; required passes cannot be skipped. |
Created with MrDocs