reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Analysis/DomTreeUpdater.h
   83   bool hasPendingPostDomTreeUpdates() const;

References

lib/Analysis/DomTreeUpdater.cpp
   85   if (hasPendingPostDomTreeUpdates()) {
  152   return hasPendingDomTreeUpdates() || hasPendingPostDomTreeUpdates();
unittests/Analysis/DomTreeUpdaterTest.cpp
  513   ASSERT_TRUE(DTU.hasPendingPostDomTreeUpdates());
  518   ASSERT_FALSE(DTU.hasPendingPostDomTreeUpdates());
  673   ASSERT_TRUE(DTU.hasPendingPostDomTreeUpdates());
  697   ASSERT_FALSE(DTU.hasPendingPostDomTreeUpdates());