llvm::RegionInfoPrinterPass

Printer pass for the RegionInfo.

Synopsis

Declared in <llvm/Analysis/RegionInfo.h>

class RegionInfoPrinterPass
    : public RequiredPassInfoMixin<RegionInfoPrinterPass>

Base Classes

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

Member Functions

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

Static Member Functions

NameDescription
isRequired Return true; required passes cannot be skipped.