gem5  v22.1.0.0
Public Member Functions | Public Attributes | List of all members
gem5::branch_prediction::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 65 of file loop_predictor.hh.

Constructor & Destructor Documentation

◆ LoopEntry()

gem5::branch_prediction::LoopPredictor::LoopEntry::LoopEntry ( )
inline

Definition at line 75 of file loop_predictor.hh.

Member Data Documentation

◆ age

uint8_t gem5::branch_prediction::LoopPredictor::LoopEntry::age

◆ confidence

uint8_t gem5::branch_prediction::LoopPredictor::LoopEntry::confidence

◆ currentIter

uint16_t gem5::branch_prediction::LoopPredictor::LoopEntry::currentIter

◆ currentIterSpec

uint16_t gem5::branch_prediction::LoopPredictor::LoopEntry::currentIterSpec

◆ dir

bool gem5::branch_prediction::LoopPredictor::LoopEntry::dir

◆ numIter

uint16_t gem5::branch_prediction::LoopPredictor::LoopEntry::numIter

◆ tag

uint16_t gem5::branch_prediction::LoopPredictor::LoopEntry::tag

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

Generated on Wed Dec 21 2022 10:23:37 for gem5 by doxygen 1.9.1