gem5 v25.0.0.1
Loading...
Searching...
No Matches
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 78 of file loop_predictor.hh.

Constructor & Destructor Documentation

◆ LoopEntry()

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

Definition at line 88 of file loop_predictor.hh.

References age, confidence, currentIter, currentIterSpec, dir, numIter, and tag.

Member Data Documentation

◆ age

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

Definition at line 85 of file loop_predictor.hh.

Referenced by LoopEntry().

◆ confidence

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

Definition at line 83 of file loop_predictor.hh.

Referenced by LoopEntry().

◆ currentIter

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

Definition at line 81 of file loop_predictor.hh.

Referenced by LoopEntry().

◆ currentIterSpec

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

Definition at line 82 of file loop_predictor.hh.

Referenced by LoopEntry().

◆ dir

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

Definition at line 86 of file loop_predictor.hh.

Referenced by LoopEntry().

◆ numIter

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

Definition at line 80 of file loop_predictor.hh.

Referenced by LoopEntry().

◆ tag

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

Definition at line 84 of file loop_predictor.hh.

Referenced by LoopEntry().


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

Generated on Sat Oct 18 2025 08:06:58 for gem5 by doxygen 1.14.0