gem5  v20.1.0.0
Public Member Functions | Public Attributes | List of all members
LoopPredictor::LoopEntry Struct Reference

#include <loop_predictor.hh>

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
 

Detailed Description

Definition at line 59 of file loop_predictor.hh.

Constructor & Destructor Documentation

◆ LoopEntry()

LoopPredictor::LoopEntry::LoopEntry ( )
inline

Definition at line 69 of file loop_predictor.hh.

Member Data Documentation

◆ age

uint8_t LoopPredictor::LoopEntry::age

Definition at line 66 of file loop_predictor.hh.

Referenced by LoopPredictor::loopUpdate().

◆ confidence

uint8_t LoopPredictor::LoopEntry::confidence

◆ currentIter

uint16_t LoopPredictor::LoopEntry::currentIter

Definition at line 62 of file loop_predictor.hh.

Referenced by LoopPredictor::getLoop(), and LoopPredictor::loopUpdate().

◆ currentIterSpec

uint16_t LoopPredictor::LoopEntry::currentIterSpec

◆ dir

bool LoopPredictor::LoopEntry::dir

Definition at line 67 of file loop_predictor.hh.

Referenced by LoopPredictor::getLoop(), and LoopPredictor::loopUpdate().

◆ numIter

uint16_t LoopPredictor::LoopEntry::numIter

◆ tag

uint16_t LoopPredictor::LoopEntry::tag

Definition at line 65 of file loop_predictor.hh.

Referenced by LoopPredictor::loopUpdate().


The documentation for this struct was generated from the following file:

Generated on Wed Sep 30 2020 14:02:27 for gem5 by doxygen 1.8.17