Home
last modified time | relevance | path

Searched refs:dropIndex (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DGenericDomTreeUpdaterImpl.h341 const size_t dropIndex = std::min(PendDTUpdateIndex, PendPDTUpdateIndex); in dropOutOfDateUpdates() local
343 const auto E = PendUpdates.begin() + dropIndex; in dropOutOfDateUpdates()
347 PendDTUpdateIndex -= dropIndex; in dropOutOfDateUpdates()
348 PendPDTUpdateIndex -= dropIndex; in dropOutOfDateUpdates()