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

RequiredPassInfoMixin<PrintLoopPass>

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

Member Functions

Name

Description

PrintLoopPass [constructor]

Constructors

run

Print the loop as textual IR and preserve all analyses.

Static Member Functions

Name

Description

isRequired

Return true; required passes cannot be skipped.

Created with MrDocs