Lines Matching defs:CacheHits
56 size_t &CacheHits;
59 MemoryShardStorage(llvm::StringMap<std::string> &Storage, size_t &CacheHits)
60 : Storage(Storage), CacheHits(CacheHits) {}
82 CacheHits++;
98 size_t CacheHits = 0;
99 MemoryShardStorage MSS(Storage, CacheHits);
145 size_t CacheHits = 0;
146 MemoryShardStorage MSS(Storage, CacheHits);
190 size_t CacheHits = 0;
191 MemoryShardStorage MSS(Storage, CacheHits);
245 size_t CacheHits = 0;
246 MemoryShardStorage MSS(Storage, CacheHits);
279 size_t CacheHits = 0;
280 MemoryShardStorage MSS(Storage, CacheHits);
294 EXPECT_EQ(CacheHits, 0U);
304 EXPECT_EQ(CacheHits, 2U); // Check both A.cc and A.h loaded from cache.
349 size_t CacheHits = 0;
350 MemoryShardStorage MSS(Storage, CacheHits);
398 size_t CacheHits = 0;
399 MemoryShardStorage MSS(Storage, CacheHits);
428 EXPECT_EQ(CacheHits, 2U); // Check both A.cc and A.h loaded from cache.
439 CacheHits = 0;
446 EXPECT_EQ(CacheHits, 2U); // Check both A.cc and A.h loaded from cache.
472 size_t CacheHits = 0;
473 MemoryShardStorage MSS(Storage, CacheHits);
496 CacheHits = 0;
503 EXPECT_EQ(CacheHits, 3U);
512 CacheHits = 0;
519 EXPECT_EQ(CacheHits, 3U);
529 size_t CacheHits = 0;
530 MemoryShardStorage MSS(Storage, CacheHits);
560 size_t CacheHits = 0;
561 MemoryShardStorage MSS(Storage, CacheHits);
624 size_t CacheHits = 0;
625 MemoryShardStorage MSS(Storage, CacheHits);
652 size_t CacheHits = 0;
653 MemoryShardStorage MSS(Storage, CacheHits);