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

/gem5/src/cpu/pred/
H A Dmultiperspective_perceptron.cc79 int max_modhist_idx = -1; local
81 max_modhist_idx = (max_modhist_idx < elem) ? elem : max_modhist_idx;
83 if (max_modhist_idx >= 0) {
84 mod_histories.resize(max_modhist_idx + 1);

Completed in 7 milliseconds