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

Declarations

include/llvm/Analysis/DomTreeUpdater.h
   75   bool hasPendingUpdates() const;

References

lib/Analysis/DomTreeUpdater.cpp
   96   if (!hasPendingUpdates())
unittests/Analysis/DomTreeUpdaterTest.cpp
   64   ASSERT_FALSE(DTU.hasPendingUpdates());
   76   ASSERT_FALSE(DTU.hasPendingUpdates());
  106   ASSERT_FALSE(DTU.hasPendingUpdates());
  124   ASSERT_FALSE(DTU.hasPendingUpdates());
  512   ASSERT_TRUE(DTU.hasPendingUpdates());
  517   ASSERT_FALSE(DTU.hasPendingUpdates());
  639   ASSERT_FALSE(DTU.hasPendingUpdates());
  771   ASSERT_FALSE(DTU.hasPendingUpdates());
  775   ASSERT_FALSE(DTU.hasPendingUpdates());
  787   ASSERT_TRUE(DTU.hasPendingUpdates());