llvm::PostDomPrinter

Pass that writes a function post-dominator tree to a DOT file.

Synopsis

Declared in <llvm/Analysis/DomPrinter.h>

struct PostDomPrinter final
    : DOTGraphTraitsPrinter<PostDominatorTreeAnalysis, false>

Base Classes

NameDescription
DOTGraphTraitsPrinter<PostDominatorTreeAnalysis, false>Pass mixin that writes an analysis graph for a function to a DOT file.

Member Functions

NameDescription
PostDomPrinter [constructor]Construct a pass that prints the full post-dominator tree.
processFunction [virtual]Return true if this function should be processed.
run Write the analysis graph for F to a DOT file.