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

/gem5/src/cpu/pred/
H A Dsimple_indirect.cc55 targetCache.resize(numSets);
57 targetCache[i].resize(numWays);
101 const auto &iset = targetCache[set_index];
194 auto &iset = targetCache[set_index];
H A Dsimple_indirect.hh78 std::vector<std::vector<IPredEntry> > targetCache; member in class:SimpleIndirectPredictor

Completed in 5 milliseconds