Display this function's CFG without basic‐block contents (debugger use).

Synopsis

Declared in <llvm/IR/Function.h>

void
viewCFGOnly() const;

Description

Works like viewCFG, but nodes show only labels. If you are only interested in the CFG this can make the graph smaller.

Created with MrDocs