Searched refs:HasPending (Results 1 – 1 of 1) sorted by relevance
324 unsigned HasPending = PendingEvents & WaitEventMaskForInst[T]; in hasPendingEvent() local325 assert((HasPending != 0) == (getScoreRange(T) != 0)); in hasPendingEvent()326 return HasPending; in hasPendingEvent()