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

/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DDomTreeUpdater.cpp85 if (hasPendingPostDomTreeUpdates()) {
151 return hasPendingDomTreeUpdates() || hasPendingPostDomTreeUpdates();
160 bool DomTreeUpdater::hasPendingPostDomTreeUpdates() const { function in class:llvm::DomTreeUpdater
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDomTreeUpdater.h85 bool hasPendingPostDomTreeUpdates() const;

Completed in 60 milliseconds