Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DDomTreeUpdaterTest.cpp65 ASSERT_FALSE(DTU.hasPendingUpdates()); in TEST()
106 ASSERT_FALSE(DTU.hasPendingUpdates()); in TEST()
124 ASSERT_FALSE(DTU.hasPendingUpdates()); in TEST()
510 ASSERT_TRUE(DTU.hasPendingUpdates()); in TEST()
515 ASSERT_FALSE(DTU.hasPendingUpdates()); in TEST()
637 ASSERT_FALSE(DTU.hasPendingUpdates()); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDomTreeUpdater.cpp130 if (!hasPendingUpdates()) in tryFlushDeletedBB()
172 if (forceFlushDeletedBB() || hasPendingUpdates()) { in recalculate()
190 bool DomTreeUpdater::hasPendingUpdates() const { in hasPendingUpdates() function in llvm::DomTreeUpdater
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDomTreeUpdater.h76 bool hasPendingUpdates() const;