Static Value-Flow Analysis
|
#include <MSSAMuChi.h>
Public Types | |
typedef MSSADEF | MSSADef |
Public Member Functions | |
MRVer (const MemRegion *m, MRVERSION v, MSSADef *d) | |
Constructor. | |
const MemRegion * | getMR () const |
Return the memory region. | |
MRVERSION | getSSAVersion () const |
Return SSA version. | |
MSSADef * | getDef () const |
Get MSSADef. | |
MRVERID | getID () const |
Get MRVERID. | |
Private Attributes | |
const MemRegion * | mr |
MRVERSION | version |
MRVERID | vid |
MSSADef * | def |
Static Private Attributes | |
static u32_t | totalVERNum = 0 |
ver ID 0 is reserved | |
Memory SSA Variable (in the form of SSA versions of each memory region )
Definition at line 43 of file MSSAMuChi.h.
Definition at line 47 of file MSSAMuChi.h.
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 54 of file MSSAMuChi.h.
Definition at line 51 of file MSSAMuChi.h.
|
staticprivate |
ver ID 0 is reserved
Definition at line 50 of file MSSAMuChi.h.
|
private |
Definition at line 52 of file MSSAMuChi.h.
|
private |
Definition at line 53 of file MSSAMuChi.h.