Skip to content

VariableRenaming::defTable

This is the table that is populated with all the def information for all the variables at all the nodes. It is populated during the runDefUse function, and is done with the steady‐state dataflow algorithm.

Synopsis

Declared in <src/midend/programAnalysis/variableRenaming/VariableRenaming.h>

DefUseTable defTable;

Created with MrDocs