DFAnalysis::getUseMultiMapFor
get the Usage multimap of a specific SgNode.
Synopsis
Declared in <src/midend/programAnalysis/defUseAnalysis/DFAnalysis.h>
virtual
std::vector<std::pair<SgInitializedName*, SgNode*>>
getUseMultiMapFor(SgNode* node) = 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. |
Created with MrDocs