getGraphName ‐ Return the label for the graph as a whole. Printed at the top of the graph.

Synopses

Declared in <llvm/Support/DOTGraphTraits.h>

static
std::string
getGraphName(DominatorTree* DT);

getGraphName ‐ Return the label for the graph as a whole. Printed at the top of the graph.

template<typename GraphType>
static
std::string
getGraphName(GraphType const&);

Created with MrDocs