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

References

include/llvm/ADT/PriorityWorklist.h
   85     assert(!empty() && "Cannot call back() on empty PriorityWorklist!");
  146     assert(!empty() && "Cannot remove an element when empty!");
include/llvm/Analysis/CGSCCPassManager.h
  770     assert(RCWorklist.empty() &&
  792       assert(CWorklist.empty() &&
  917       } while (!CWorklist.empty());
  923     } while (!RCWorklist.empty());
include/llvm/Transforms/Scalar/LoopPassManager.h
  377     } while (!Worklist.empty());
tools/polly/include/polly/ScopPass.h
  233     while (!Worklist.empty()) {
unittests/ADT/PriorityWorklistTest.cpp
   29   EXPECT_TRUE(W.empty());
   37   EXPECT_FALSE(W.empty());
   51   EXPECT_TRUE(W.empty());
   73   EXPECT_TRUE(W.empty());
   90   ASSERT_TRUE(W.empty());
  100   ASSERT_TRUE(W.empty());
  110   ASSERT_TRUE(W.empty());
  118   ASSERT_TRUE(W.empty());