llvm::LoopNestPrinterPass

Printer pass for the LoopNest results.

Synopsis

Declared in <llvm/Analysis/LoopNestAnalysis.h>

class LoopNestPrinterPass
    : public RequiredPassInfoMixin<LoopNestPrinterPass>

Base Classes

NameDescription
RequiredPassInfoMixin<LoopNestPrinterPass>A CRTP mix-in for passes that should not be skipped.

Member Functions

NameDescription
LoopNestPrinterPass [constructor]Construct a printer that writes LoopNest results to OS.
run Print the LoopNest for loop L and return all analyses preserved.

Static Member Functions

NameDescription
isRequired Return true; required passes cannot be skipped.