viewCFGOnly ‐ This function is meant for use from the debugger. It works just like viewCFG, but it does not include the contents of basic blocks into the nodes, just the label. If you are only interested in the CFG this can make the graph smaller.

Synopsis

Declared in <llvm/IR/Function.h>

void
viewCFGOnly() const;

Created with MrDocs