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

/gem5/src/cpu/pred/
H A Dmultiperspective_perceptron.cc90 int max_modpath_idx = -1; local
92 max_modpath_idx = (max_modpath_idx < elem) ? elem : max_modpath_idx;
94 if (max_modpath_idx >= 0) {
95 modpath_histories.resize(max_modpath_idx + 1);

Completed in 6 milliseconds