VariableRenaming::ChildUses
Attribute that describes the variables used by a given expression.
Synopsis
Declared in <src/midend/programAnalysis/variableRenaming/VariableRenaming.h>
class ChildUses;
Member Functions
Name |
Description |
|
Constructors |
Get the uses for this node and below. |
|
Set the uses for this node and below. |
Private Data Members
Name |
Description |
An assignment to the current expression in the AST would define this variable |
|
Stores all the varRefs that are used in the current subTree. |
Created with MrDocs