Searched defs:CacheInfo (Results 1 – 4 of 4) sorted by relevance
96 struct CacheInfo struct118 __gshared CacheInfo[5] datacache; argument259 const(CacheInfo)[5] _dataCaches; variable
1237 struct CacheInfo { struct1238 std::string type;1239 int level;1240 int size;1241 int num_sharing;
1276 struct CacheInfo { struct1277 std::string type;1278 int level;1279 int size;1280 int num_sharing;
1062 NonLocalPointerInfo *CacheInfo = &Pair.first->second; in getNonLocalPointerDepFromBB() local