Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDomTreeUpdater.cpp65 const auto I = PendUpdates.begin() + PendDTUpdateIndex; in applyDomTreeUpdates()
66 const auto E = PendUpdates.end(); in applyDomTreeUpdates()
69 PendDTUpdateIndex = PendUpdates.size(); in applyDomTreeUpdates()
86 const auto I = PendUpdates.begin() + PendPDTUpdateIndex; in applyPostDomTreeUpdates()
87 const auto E = PendUpdates.end(); in applyPostDomTreeUpdates()
91 PendPDTUpdateIndex = PendUpdates.size(); in applyPostDomTreeUpdates()
147 PendDTUpdateIndex = PendPDTUpdateIndex = PendUpdates.size(); in recalculate()
158 return PendUpdates.size() != PendDTUpdateIndex; in hasPendingDomTreeUpdates()
164 return PendUpdates.size() != PendPDTUpdateIndex; in hasPendingPostDomTreeUpdates()
238 PendUpdates.push_back(U); in applyUpdates()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDomTreeUpdater.h260 SmallVector<DominatorTree::UpdateType, 16> PendUpdates; variable