llvm::CFGPrinterPass

Pass that writes a function CFG to a DOT file.

Synopsis

Declared in <llvm/Analysis/CFGPrinter.h>

class CFGPrinterPass
    : public RequiredPassInfoMixin<CFGPrinterPass>

Base Classes

NameDescription
RequiredPassInfoMixin<CFGPrinterPass>A CRTP mix-in for passes that should not be skipped.

Member Functions

NameDescription
run Write the function CFG to a DOT file, including basic-block contents.

Static Member Functions

NameDescription
isRequired Return true; required passes cannot be skipped.