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

/gem5/src/mem/cache/prefetch/
H A Dsbooe.cc42 bestSandbox(NULL),
86 if (bestSandbox == NULL || sb.score() > bestSandbox->score()) {
87 bestSandbox = &sb;
138 if (evaluationFinished && bestSandbox->score() > scoreThreshold) {
139 Addr pref_line = pfi_line + bestSandbox->stride;
H A Dsbooe.hh135 Sandbox * bestSandbox; member in class:SBOOEPrefetcher

Completed in 5 milliseconds