Return the DOT graph title for a dominator tree.
Synopsis
Declared in <llvm/Analysis/DomPrinter.h>
static
std::string
getGraphName(DominatorTree* DT);
Return Value
Graph title naming the dominator tree.
Parameters
Name |
Description |
DT |
Dominator tree being rendered (unused for the fixed title). |
Created with MrDocs