llvm::PostDomOnlyPrinter

Pass that writes a function post-dominator tree without block bodies.

Synopsis

Declared in <llvm/Analysis/DomPrinter.h>

struct PostDomOnlyPrinter final
    : DOTGraphTraitsPrinter<PostDominatorTreeAnalysis, true>

Base Classes

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

Member Functions

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