Pass that displays a function CFG in a Graphviz viewer.
Synopsis
Declared in <llvm/Analysis/CFGPrinter.h>
class CFGViewerPass
: public RequiredPassInfoMixin<CFGViewerPass>
Base Classes
Name |
Description |
A CRTP mix‐in for passes that should not be skipped. |
Member Functions
Name |
Description |
Display the function CFG in a viewer, including basic‐block contents. |
Static Member Functions
Name |
Description |
Return true; required passes cannot be skipped. |
Created with MrDocs