Skip to content

legacy::PRE::makeCfg

Make the control flow graph for a given node

Synopsis

Declared in <src/midend/programTransformation/partialRedundancyElimination/preControlFlowGraph.h>

void
makeCfg(
    SgFunctionDefinition* n,
    ControlFlowGraph& graph);

Parameters

Name

Description

n

This class represents the concept of a scope in C++ (e.g. global scope, fuction scope, etc.).

Created with MrDocs