Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DGenericDomTreeUpdater.h89 return hasPendingDomTreeUpdates() || hasPendingPostDomTreeUpdates(); in hasPendingUpdates()
102 bool hasPendingPostDomTreeUpdates() const { in hasPendingPostDomTreeUpdates() function
H A DGenericDomTreeUpdaterImpl.h271 if (hasPendingPostDomTreeUpdates()) { in applyPostDomTreeUpdates()