Name |
arraysFilter
varIDSet arraysFilter(varIDSet& vars);
|
getDeclaredVars
void getDeclaredVars(SgNode* root, bool getCompilerGen, varIDSet& declaredVars);
|
getFuncParamArrays
varIDSet& getFuncParamArrays(Function const& func, bool getCompilerGen = false);
|
getFuncParamVars
varIDSet& getFuncParamVars(Function const& func, bool getCompilerGen = false);
|
getFuncParamlScalars
varIDSet& getFuncParamlScalars(Function const& func, bool getCompilerGen = false);
|
getFuncRefArrays
varIDSet& getFuncRefArrays(Function const& func);
|
getFuncRefScalars
varIDSet& getFuncRefScalars(Function const& func);
|
getFuncRefVars
varIDSet& getFuncRefVars(Function const& func);
|
getGlobalArrays
varIDSet& getGlobalArrays(SgProject* project, bool getCompilerGen = false);
|
getGlobalScalars
varIDSet& getGlobalScalars(SgProject* project, bool getCompilerGen = false);
|
getGlobalVars
varIDSet& getGlobalVars(SgProject* project, bool getCompilerGen = false);
|
getLocalArrays
varIDSet& getLocalArrays(Function const& func, bool getCompilerGen = false);
|
getLocalScalars
varIDSet& getLocalScalars(Function const& func, bool getCompilerGen = false);
|
getLocalVars
varIDSet& getLocalVars(Function const& func, bool getCompilerGen = false);
|
initFuncParams
void initFuncParams(Function const& func, bool getCompilerGen = false);
|
scalarsFilter
varIDSet scalarsFilter(varIDSet& vars);
|