AstUtilInterface::DependenceTable::SaveOperatorSideEffect
The operator op accesses the given memory reference in nature of the given relation.
Synopsis
Declared in <src/midend/astUtil/dependenceTracking/dependence_table.h>
virtual
bool
SaveOperatorSideEffect(
SgNode* op,
AstNodePtr const& varref,
AstUtilInterface::OperatorSideEffect relation,
SgNode* details = 0) override;
Parameters
Name |
Description |
op |
This class represents the base class for all IR nodes within Sage III. |
details |
This class represents the base class for all IR nodes within Sage III. |
Created with MrDocs