DFAnalysis::getUseFor
get the vector of usage nodes for a specific node and a initializedName.
Synopsis
Declared in <src/midend/programAnalysis/defUseAnalysis/DFAnalysis.h>
virtual
std::vector<SgNode*>
getUseFor(
SgNode* node,
SgInitializedName* initName) = 0;
Return Value
A standard container which offers fixed time access to individual elements in any order.
Parameters
Name |
Description |
node |
This class represents the base class for all IR nodes within Sage III. |
initName |
This class represents the notion of a declared variable. |
Created with MrDocs