Printer pass for the LazyValueAnalysis results.

Synopsis

Declared in <llvm/Analysis/LazyValueInfo.h>

class LazyValueInfoPrinterPass
    : public RequiredPassInfoMixin<LazyValueInfoPrinterPass>

Base Classes

Name

Description

RequiredPassInfoMixin<LazyValueInfoPrinterPass>

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

Member Functions

Name

Description

LazyValueInfoPrinterPass [constructor]

Construct a printer that writes LazyValueInfo to OS.

run

Print LazyValueInfo for F and return all analyses preserved.

Static Member Functions

Name

Description

isRequired

Return true; required passes cannot be skipped.

Created with MrDocs