getGraphName overloads

Synopses

Declared in <llvm/Analysis/DomPrinter.h>

Return the DOT graph title for a dominator tree.

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

Return the label for the graph as a whole.

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

Return Value

  • Graph title naming the dominator tree.

  • Graph display name, or an empty string when none is provided.

Parameters

Name

Description

DT

Dominator tree being rendered (unused for the fixed title).

G

Graph whose display name is requested.

Created with MrDocs