VariableRenaming::toFilteredDOT
Print the CFG with any UniqueNames and Def/Use information visible.
Synopsis
Declared in <src/midend/programAnalysis/variableRenaming/VariableRenaming.h>
void
toFilteredDOT(std::string const fileName);
Description
This will only print the nodes that are of interest to the filter function used by the def/use traversal.
Parameters
Name |
Description |
fileName |
The filename to save graph as. Filenames will be prepended. |
Created with MrDocs