Searched refs:roundMax (Results 1 - 2 of 2) sorted by relevance

/gem5/src/mem/cache/prefetch/
H A Dbop.hh59 const unsigned int roundMax; member in class:BOPPrefetcher
H A Dbop.cc38 scoreMax(p->score_max), roundMax(p->round_max),
211 if ((bestScore >= scoreMax) || (round == roundMax)) {

Completed in 5 milliseconds