llvm::PostDominatorTreePrinterPass

Printer pass for the PostDominatorTree.

Synopsis

Declared in <llvm/Analysis/PostDominators.h>

class PostDominatorTreePrinterPass
    : public RequiredPassInfoMixin<PostDominatorTreePrinterPass>

Base Classes

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

Member Functions

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

Static Member Functions

NameDescription
isRequired Return true; required passes cannot be skipped.