#include "genericDataflowCommon.h"
#include <map>
#include <vector>
#include <list>
#include <utility>
#include <set>
#include <string>
#include <iosfwd>
Go to the source code of this file.
|
std::ostream & | operator<< (std::ostream &stream, varID v) |
|
std::ostream & | operator<< (std::ostream &stream, const std::set< varID >::iterator &v) |
|
bool | operator== (const varID &var, SgInitializedName *iName) |
|
bool | operator!= (const varID &var, SgInitializedName *iName) |
|
bool | operator== (SgInitializedName *iName, const varID &var) |
|
bool | operator!= (SgInitializedName *iName, const varID &var) |
|
bool | operator== (const varID &var, SgExpression *expr) |
|
bool | operator!= (const varID &var, SgExpression *expr) |
|
bool | operator== (SgExpression *expr, const varID &var) |
|
bool | operator!= (SgExpression *expr, const varID &var) |
|
varID | SgExpr2Var (const SgExpression *expr) |
|
bool | isVarExpr (SgExpression *expr) |
|
void | addPredefinedVars (varIDSet &vars) |
|
bool | existsVariable (varID x, m_varID2str &vars2Name) |
|
bool | existsVariable (SgVarRefExp *x, m_varID2str &vars2Name) |
|
bool | isTypeConsidered (SgNode *exp) |
|
varIDSet | getVarRefsInSubtree (SgNode *root) |
|
varIDSet | getReadVarRefsInSubtree (SgNode *root) |
|
varIDSet | getWriteVarRefsInSubtree (SgNode *root) |
|
varIDSet | getArrayVarRefsInSubtree (SgNode *root) |
|
std::set< arrayElt > | getArrayRefsInSubtree (SgNode *root) |
|
std::ostream& operator<< |
( |
std::ostream & |
stream, |
|
|
varID |
v |
|
) |
| |
std::ostream& operator<< |
( |
std::ostream & |
stream, |
|
|
const std::set< varID >::iterator & |
v |
|
) |
| |
void addPredefinedVars |
( |
varIDSet & |
vars) | |
|
bool isTypeConsidered |
( |
SgNode * |
exp) | |
|