Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DDomTreeUpdater.cpp85 if (hasPendingPostDomTreeUpdates()) { in applyPostDomTreeUpdates()
152 return hasPendingDomTreeUpdates() || hasPendingPostDomTreeUpdates(); in hasPendingUpdates()
161 bool DomTreeUpdater::hasPendingPostDomTreeUpdates() const { in hasPendingPostDomTreeUpdates() function in llvm::DomTreeUpdater
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DDomTreeUpdater.h85 bool hasPendingPostDomTreeUpdates() const;
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DDomTreeUpdaterTest.cpp513 ASSERT_TRUE(DTU.hasPendingPostDomTreeUpdates()); in TEST()
518 ASSERT_FALSE(DTU.hasPendingPostDomTreeUpdates()); in TEST()
673 ASSERT_TRUE(DTU.hasPendingPostDomTreeUpdates()); in TEST()
697 ASSERT_FALSE(DTU.hasPendingPostDomTreeUpdates()); in TEST()