9 ROSE_DLL_API std::ostream& cfgToDot(std::ostream& o, std::string graphName, CFGNode start);
10 ROSE_DLL_API std::ostream& cfgToDot(std::ostream& o, std::string graphName, InterestingNode start);
12 ROSE_DLL_API std::ostream& cfgToDotForDebugging(std::ostream& o, std::string graphName, CFGNode start);
13 ROSE_DLL_API std::ostream& cfgToDotForDebugging(std::ostream& o, std::string graphName, InterestingNode start);
16 ROSE_DLL_API
void cfgToDot (
SgNode* start,
const std::string& file_name);
19 ROSE_DLL_API
void interestingCfgToDot (
SgNode* start,
const std::string& file_name);
22 ROSE_DLL_API
void cfgToDotForDebugging(
SgNode* start,
const std::string& file_name);
This class represents the base class for all IR nodes within Sage III.