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

/gem5/src/cpu/pred/
H A Dtage_base.hh366 * Calculation of the index for useAltPredForNewlyAllocated
470 std::vector<int8_t> useAltPredForNewlyAllocated; member in class:TAGEBase
H A Dtage_base.cc103 useAltPredForNewlyAllocated.resize(numUseAltOnNa, 0);
404 //useAltPredForNewlyAllocated is positive use the alternate
406 if ((useAltPredForNewlyAllocated[getUseAltIdx(bi, branch_pc)] < 0)
534 useAltPredForNewlyAllocated[getUseAltIdx(bi, branch_pc)],

Completed in 8 milliseconds