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

/gem5/src/base/
H A Dcp_annotate.hh239 typedef std::unordered_map<std::string, int> SCache; typedef in class:CPA
240 typedef std::vector<SCache> StCache;
282 SCache smtCache;
342 stCache.push_back(SCache());
H A Dcp_annotate.cc863 SCache::iterator i = smtCache.begin();
873 SCache::iterator i = stCache[x-1].begin();
1081 SCache::iterator i;
1084 // smtCache (SCache)
1234 // smtCache (SCache

Completed in 12 milliseconds