Printer pass for the LoopAnalysis results.

Synopsis

Declared in <llvm/Analysis/LoopInfo.h>

class LoopPrinterPass
    : public RequiredPassInfoMixin<LoopPrinterPass>

Base Classes

Name

Description

RequiredPassInfoMixin<LoopPrinterPass>

A CRTP mix‐in for passes that should not be skipped.

Member Functions

Name

Description

LoopPrinterPass [constructor]

Construct a printer that writes to OS.

run

Print the LoopInfo for F and return all analyses preserved.

Static Member Functions

Name

Description

isRequired

Return true; required passes cannot be skipped.

Created with MrDocs