Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDomTreeUpdater.cpp421 const size_t dropIndex = std::min(PendDTUpdateIndex, PendPDTUpdateIndex); in dropOutOfDateUpdates() local
423 const auto E = PendUpdates.begin() + dropIndex; in dropOutOfDateUpdates()
427 PendDTUpdateIndex -= dropIndex; in dropOutOfDateUpdates()
428 PendPDTUpdateIndex -= dropIndex; in dropOutOfDateUpdates()