Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDomTreeUpdater.cpp71 PendUpdates.begin() + std::max(PendDTUpdateIndex, PendPDTUpdateIndex); in applyLazyUpdate()
120 const auto I = PendUpdates.begin() + PendPDTUpdateIndex; in applyPostDomTreeUpdates()
125 PendPDTUpdateIndex = PendUpdates.size(); in applyPostDomTreeUpdates()
180 PendDTUpdateIndex = PendPDTUpdateIndex = PendUpdates.size(); in recalculate()
203 return PendUpdates.size() != PendPDTUpdateIndex; in hasPendingPostDomTreeUpdates()
420 PendPDTUpdateIndex = PendUpdates.size(); in dropOutOfDateUpdates()
422 const size_t dropIndex = std::min(PendDTUpdateIndex, PendPDTUpdateIndex); in dropOutOfDateUpdates()
429 PendPDTUpdateIndex -= dropIndex; in dropOutOfDateUpdates()
500 const auto I = PendUpdates.begin() + PendPDTUpdateIndex; in dump()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDomTreeUpdater.h207 size_t PendPDTUpdateIndex = 0; variable