8 #ifndef __RoseBin_DotGraph__
9 #define __RoseBin_DotGraph__
16 void printInternalNodes(
bool dfg,
bool forward_analysis,
17 std::ofstream &myfile, std::string& recursiveFunctionName,
25 bool forward_analysis, std::ofstream& myfile);
27 bool forward_analysis, std::ofstream& myfile);
35 void printNodes(
bool dfg, RoseBin_FlowAnalysis* flow,
bool forward_analysis,
36 std::ofstream &myfile, std::string& recursiveFunctionName);
37 void printNodesCallGraph(std::ofstream& myfile);
40 bool forward_analysis, std::ofstream& myfile,
bool mergedEdges);
42 void printProlog( std::ofstream& myfile, std::string& fileType);