Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DDomTreeUpdaterTest.cpp64 ASSERT_FALSE(DTU.hasPendingUpdates()); in TEST()
76 ASSERT_FALSE(DTU.hasPendingUpdates()); in TEST()
106 ASSERT_FALSE(DTU.hasPendingUpdates()); in TEST()
124 ASSERT_FALSE(DTU.hasPendingUpdates()); in TEST()
512 ASSERT_TRUE(DTU.hasPendingUpdates()); in TEST()
517 ASSERT_FALSE(DTU.hasPendingUpdates()); in TEST()
639 ASSERT_FALSE(DTU.hasPendingUpdates()); in TEST()
771 ASSERT_FALSE(DTU.hasPendingUpdates()); in TEST()
775 ASSERT_FALSE(DTU.hasPendingUpdates()); in TEST()
787 ASSERT_TRUE(DTU.hasPendingUpdates()); in TEST()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DDomTreeUpdater.cpp96 if (!hasPendingUpdates()) in tryFlushDeletedBB()
151 bool DomTreeUpdater::hasPendingUpdates() const { in hasPendingUpdates() function in llvm::DomTreeUpdater
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DDomTreeUpdater.h77 bool hasPendingUpdates() const;