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

/gem5/src/mem/cache/replacement_policies/
H A Dbrrip_rp.cc117 int candidate_RRPV = candidate_repl_data->rrpv; local
118 if (candidate_RRPV > victim_RRPV) {
120 victim_RRPV = candidate_RRPV;

Completed in 4 milliseconds