#include <memoryaccess.h>
Inheritance diagram for memoryAccess::
Public Methods | |
memoryAccess (Location *where) | |
Location * | where () const |
bool | is_weak () const |
void | set_weak (bool is) |
bool | is_additive () const |
void | set_additive () |
Static Public Methods | |
void | stats () |
Static Public Attributes | |
bool | Verbose = false |
unsigned int | def_count = 0 |
unsigned int | use_count = 0 |
unsigned int | merge_use_count = 0 |
Private Attributes | |
Location * | _where |
bool | _is_weak |
bool | _is_additive |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|