llvm::DominanceFrontierPrinterPass

Printer pass for the DominanceFrontier.

Synopsis

Declared in <llvm/Analysis/DominanceFrontier.h>

class DominanceFrontierPrinterPass
    : public RequiredPassInfoMixin<DominanceFrontierPrinterPass>

Base Classes

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

Member Functions

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

Static Member Functions

NameDescription
isRequired Return true; required passes cannot be skipped.