Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDomTreeUpdater.cpp84 if (hasPendingPostDomTreeUpdates()) { in applyPostDomTreeUpdates()
151 return hasPendingDomTreeUpdates() || hasPendingPostDomTreeUpdates(); in hasPendingUpdates()
160 bool DomTreeUpdater::hasPendingPostDomTreeUpdates() const { in hasPendingPostDomTreeUpdates() function in llvm::DomTreeUpdater
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDomTreeUpdater.h85 bool hasPendingPostDomTreeUpdates() const;