llvm::MachineLoopPrinterPass

Printer pass for the LoopAnalysis results.

Synopsis

Declared in <llvm/CodeGen/MachineLoopInfo.h>

class MachineLoopPrinterPass
    : public RequiredPassInfoMixin<MachineLoopPrinterPass>

Base Classes

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

Member Functions

NameDescription
MachineLoopPrinterPass [constructor]Construct a printer that writes to OS.
run Print the MachineLoopInfo for MF and return all analyses preserved.

Static Member Functions

NameDescription
isRequired Return true; required passes cannot be skipped.