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

/gem5/src/mem/cache/prefetch/
H A Dpif.cc58 succ.resize(succ_size, false);
79 (succ.size() >= blk_distance) : (prec.size() >= blk_distance);
82 succ[blk_distance - 1] = true;
97 hit = blk_distance <= succ.size() && succ[blk_distance - 1];
99 hit = blk_distance <= prec.size() && succ[blk_distance - 1];
123 for (int i = 0; i < succ.size(); i++) {
125 if (succ[i]) {
H A Dpif.hh78 std::vector<bool> succ; member in struct:PIFPrefetcher::CompactorEntry
87 * @param update if true, set the corresponding succ/prec entry

Completed in 3 milliseconds