Searched refs:LastCheck (Results 1 – 2 of 2) sorted by relevance
629 Value *LastCheck = nullptr; in widenGuardConditions() local631 if (!LastCheck) in widenGuardConditions()632 LastCheck = Check; in widenGuardConditions()634 LastCheck = Builder.CreateAnd(LastCheck, Check); in widenGuardConditions()635 Guard->setOperand(0, LastCheck); in widenGuardConditions()
593 u64 LastCheck = atomic_load_relaxed(&RssLastCheckedAtNS); in isRssLimitExceeded() local595 if (LIKELY(CurrentCheck < LastCheck + (100ULL * 1000000ULL))) in isRssLimitExceeded()597 if (!atomic_compare_exchange_weak(&RssLastCheckedAtNS, &LastCheck, in isRssLimitExceeded()