Generate a title for the graph in DOT format.
Synopsis
Declared in <llvm/Analysis/DDGPrinter.h>
std::string
getGraphName(DataDependenceGraph const* G);
Return Value
Graph title naming the DDG.
Parameters
Name |
Description |
G |
Data‐dependence graph being rendered. |
Created with MrDocs