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