gem5
|
Public Member Functions | |
LoopEntry () | |
Public Attributes | |
uint16_t | numIter |
uint16_t | currentIter |
uint16_t | currentIterSpec |
uint8_t | confidence |
uint16_t | tag |
uint8_t | age |
bool | dir |
uint8_t LTAGE::LoopEntry::age |
Definition at line 85 of file ltage.hh.
Referenced by LTAGE::loopUpdate().
uint8_t LTAGE::LoopEntry::confidence |
Definition at line 83 of file ltage.hh.
Referenced by LTAGE::getLoop(), and LTAGE::loopUpdate().
uint16_t LTAGE::LoopEntry::currentIter |
Definition at line 81 of file ltage.hh.
Referenced by LTAGE::loopUpdate().
uint16_t LTAGE::LoopEntry::currentIterSpec |
Definition at line 82 of file ltage.hh.
Referenced by LTAGE::getLoop(), LTAGE::specLoopUpdate(), and LTAGE::squash().
bool LTAGE::LoopEntry::dir |
Definition at line 86 of file ltage.hh.
Referenced by LTAGE::getLoop(), and LTAGE::loopUpdate().
uint16_t LTAGE::LoopEntry::numIter |
Definition at line 80 of file ltage.hh.
Referenced by LTAGE::getLoop(), and LTAGE::loopUpdate().
uint16_t LTAGE::LoopEntry::tag |
Definition at line 84 of file ltage.hh.
Referenced by LTAGE::getLoop(), and LTAGE::loopUpdate().