Skip to content

VirtualCFG::cfgEndOfConstruct

The last CFG node for a construct (after the entire construct has finished executing). This node may not actually be reached if, for example, a goto causes a loop to be exited in the middle

Synopsis

Declared in <SageIII/virtualCFG/virtualCFG.h>

CFGNode
cfgEndOfConstruct(SgNode* c);

Return Value

A node in the control flow graph. Each CFG node corresponds to an AST node, but there can be several CFG nodes for a given AST node.

Parameters

Name

Description

c

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

Created with MrDocs