Pass that displays a function dominator tree without block bodies.

Synopsis

Declared in <llvm/Analysis/DomPrinter.h>

Base Classes

Name

Description

DOTGraphTraitsViewer<DominatorTreeAnalysis, true>

Pass mixin that displays an analysis graph for a function in a viewer.

Member Functions

Name

Description

DomOnlyViewer [constructor]

Construct a pass that views a label‐only dominator tree.

processFunction [virtual]

Return true if this function should be processed.

run

Display the analysis graph for F in a Graphviz viewer.

Created with MrDocs