Searched refs:computeCount (Results 1 – 2 of 2) sorted by relevance
534 final AtomicInteger computeCount = new AtomicInteger(); in testRemovalNotification_get_basher() local549 computeCount.incrementAndGet(); in testRemovalNotification_get_basher()552 computeCount.incrementAndGet(); in testRemovalNotification_get_basher()592 assertEquals(computeCount.get(), stats.loadSuccessCount()); in testRemovalNotification_get_basher()595 assertEquals(computeCount.get(), cache.size() + removalListener.size()); in testRemovalNotification_get_basher()
144 CountValue *computeCount(MachineLoop *Loop,600 return computeCount(L, InitialValue, EndValue, IVReg, IVBump, Cmp); in getLoopTripCount()607 CountValue *HexagonHardwareLoops::computeCount(MachineLoop *Loop, in computeCount() function in HexagonHardwareLoops