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

/gem5/src/cpu/pred/
H A Dtage_base.hh83 struct FoldedHistory struct in class:TAGEBase
91 FoldedHistory() function in struct:TAGEBase::FoldedHistory
455 FoldedHistory *computeIndices;
456 FoldedHistory *computeTags[2];
H A Dtage_base.cc125 history.computeIndices = new FoldedHistory[nHistoryTables+1];
126 history.computeTags[0] = new FoldedHistory[nHistoryTables+1];
127 history.computeTags[1] = new FoldedHistory[nHistoryTables+1];

Completed in 9 milliseconds