Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DDomTreeUpdater.cpp85 if (hasPendingPostDomTreeUpdates()) { in applyPostDomTreeUpdates()
151 return hasPendingDomTreeUpdates() || hasPendingPostDomTreeUpdates(); in hasPendingUpdates()
160 bool DomTreeUpdater::hasPendingPostDomTreeUpdates() const { in hasPendingPostDomTreeUpdates() function in llvm::DomTreeUpdater
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DDomTreeUpdater.h85 bool hasPendingPostDomTreeUpdates() const;