Skip to content

DefUseAnalysisAbstract::getOtherInNode

  • For a CFG Node, follow the two incoming edges and get the other node (than theNodeBefore) ??? Why only two edges?***

Synopsis

Declared in <src/midend/programAnalysis/defUseAnalysis/DefUseAnalysisAbstract.h>

template<typename T>
SgNode*
getOtherInNode(
    T cfgNode,
    SgNode* oneNode);

Return Value

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

Parameters

Name

Description

oneNode

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

Created with MrDocs