Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DDomTreeUpdater.cpp96 if (!hasPendingUpdates()) in tryFlushDeletedBB()
150 bool DomTreeUpdater::hasPendingUpdates() const { in hasPendingUpdates() function in llvm::DomTreeUpdater
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDomTreeUpdater.h77 bool hasPendingUpdates() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp3149 assert(!DTU->hasPendingUpdates() && in runExternalAnalysis()