Pass that displays a function dominator tree without block bodies.
Synopsis
Declared in <llvm/Analysis/DomPrinter.h>
struct DomOnlyViewer final
: DOTGraphTraitsViewer<DominatorTreeAnalysis, true>
Base Classes
Name |
Description |
Pass mixin that displays an analysis graph for a function in a viewer. |
Member Functions
Name |
Description |
|
Construct a pass that views a label‐only dominator tree. |
|
Return true if this function should be processed. |
Display the analysis graph for |
Created with MrDocs