llvm::LazyValueInfoPrinterPass

Printer pass for the LazyValueAnalysis results.

Synopsis

Declared in <llvm/Analysis/LazyValueInfo.h>

class LazyValueInfoPrinterPass
    : public RequiredPassInfoMixin<LazyValueInfoPrinterPass>

Base Classes

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

Member Functions

NameDescription
LazyValueInfoPrinterPass [constructor]Construct a printer that writes LazyValueInfo to OS.
run Print LazyValueInfo for F and return all analyses preserved.

Static Member Functions

NameDescription
isRequired Return true; required passes cannot be skipped.