viewCFGOnly overloads
Synopses
Declared in <llvm/IR/Function.h>
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.
void
viewCFGOnly() const;
viewCFG ‐ This function is meant for use from the debugger. It works just like viewCFGOnly(), but generates the dot file with the given file name.
void
viewCFGOnly(char const* OutputFileName) const;
Extended form to print edge weights.
void
viewCFGOnly(
BlockFrequencyInfo const* BFI,
BranchProbabilityInfo const* BPI) const;
Created with MrDocs