Skip to content

VirtualCFG::interestingCfgToDot

Dump a CFG with only interesting nodes for a SgNode

Synopsis

Declared in <SageIII/virtualCFG/cfgToDot.h>

[[visibility]]
void
interestingCfgToDot(
    SgNode* start,
    std::string const& file_name);

Parameters

Name

Description

start

This class represents the base class for all IR nodes within Sage III.

Created with MrDocs