Home
last modified time | relevance | path

Searched refs:hasPendingUpdates (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DGenericDomTreeUpdater.h53 assert(!hasPendingUpdates() && in ~GenericDomTreeUpdater()
88 bool hasPendingUpdates() const { in hasPendingUpdates() function
H A DGenericDomTreeUpdaterImpl.h323 if (!hasPendingUpdates()) in tryFlushDeletedBB()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp3143 assert(!DTU->hasPendingUpdates() && in runExternalAnalysis()