llvm::PostDomPrinter

Synopsis

Declared in <llvm/Analysis/DomPrinter.h>

struct PostDomPrinter final
    : DOTGraphTraitsPrinter<PostDominatorTreeAnalysis, false>

Member Functions

NameDescription
PostDomPrinter [constructor]Default constructor
processFunction [virtual]Return true if this function should be processed.
run