OpenASIP
2.0
|
#include <MemoryAliasAnalyzer.hh>
Public Types | |
enum | OffsetOperation { NOT_FOUND, ADD, SUB } |
Public Member Functions | |
TwoPartAddressOperandDetection () | |
void | clear () |
Public Attributes | |
OffsetOperation | offsetOperation |
int | operand1 |
int | operand2 |
Definition at line 84 of file MemoryAliasAnalyzer.hh.
Enumerator | |
---|---|
NOT_FOUND | |
ADD | |
SUB |
Definition at line 85 of file MemoryAliasAnalyzer.hh.
|
inline |
Definition at line 89 of file MemoryAliasAnalyzer.hh.
|
inline |
Definition at line 92 of file MemoryAliasAnalyzer.hh.
References NOT_FOUND, offsetOperation, operand1, and operand2.
Referenced by MemoryAliasAnalyzer::findTwoPartAddressOperands().
OffsetOperation MemoryAliasAnalyzer::TwoPartAddressOperandDetection::offsetOperation |
Definition at line 86 of file MemoryAliasAnalyzer.hh.
Referenced by OffsetAliasAnalyzer::analyze(), clear(), MemoryAliasAnalyzer::findTwoPartAddressOperands(), StackAliasAnalyzer::getStackOffset(), and OffsetAliasAnalyzer::isAddressTraceable().
int MemoryAliasAnalyzer::TwoPartAddressOperandDetection::operand1 |
Definition at line 87 of file MemoryAliasAnalyzer.hh.
Referenced by OffsetAliasAnalyzer::analyze(), clear(), MemoryAliasAnalyzer::findTwoPartAddressOperands(), StackAliasAnalyzer::getStackOffset(), and OffsetAliasAnalyzer::isAddressTraceable().
int MemoryAliasAnalyzer::TwoPartAddressOperandDetection::operand2 |
Definition at line 88 of file MemoryAliasAnalyzer.hh.
Referenced by OffsetAliasAnalyzer::analyze(), clear(), MemoryAliasAnalyzer::findTwoPartAddressOperands(), StackAliasAnalyzer::getStackOffset(), and OffsetAliasAnalyzer::isAddressTraceable().