Printer pass for the LoopNest results.

Synopsis

Declared in <llvm/Analysis/LoopNestAnalysis.h>

class LoopNestPrinterPass
    : public RequiredPassInfoMixin<LoopNestPrinterPass>

Base Classes

Name

Description

RequiredPassInfoMixin<LoopNestPrinterPass>

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

Member Functions

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.

Static Member Functions

Name

Description

isRequired

Return true; required passes cannot be skipped.

Created with MrDocs