ROSE  0.9.6a
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AliasCfgFilter Struct Reference

#include <IntraProcAliasAnalysis.h>

Public Member Functions

bool operator() (CFGNode cfgn) const
 Determines if the provided CFG node should be traversed during Alias Analysis. More...
 

Detailed Description

Definition at line 38 of file IntraProcAliasAnalysis.h.

Member Function Documentation

bool AliasCfgFilter::operator() ( CFGNode  cfgn) const
inline

Determines if the provided CFG node should be traversed during Alias Analysis.

Parameters
cfgnThe node in question.
Returns
Whether it should be traversed.

Definition at line 45 of file IntraProcAliasAnalysis.h.

References SgNode::cfgForBeginning(), SgNode::cfgForEnd(), VirtualCFG::CFGNode::getIndex(), VirtualCFG::CFGNode::getNode(), V_SgAssignInitializer, V_SgAssignOp, V_SgAssignStatement, V_SgBasicBlock, V_SgConditionalExp, V_SgConstructorInitializer, V_SgFunctionCallExp, V_SgReturnStmt, and SgNode::variantT().


The documentation for this struct was generated from the following file: