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

References

include/llvm/ADT/SparseSet.h
  158     assert(empty() && "Can only resize universe on an empty map");
include/llvm/CodeGen/LivePhysRegs.h
   76   bool empty() const { return LiveRegs.empty(); }
lib/CodeGen/EarlyIfConversion.cpp
  406     if (!LiveRegUnits.empty()) {
lib/CodeGen/RegAllocFast.cpp
  436   if (LiveVirtRegs.empty())
 1250   assert(LiveVirtRegs.empty() && "Mapping not cleared from last block?");
lib/CodeGen/SpillPlacement.cpp
  351   while(Limit-- > 0 && !TodoList.empty()) {
unittests/ADT/SparseSetTest.cpp
   21   EXPECT_TRUE(Set.empty());
   33   EXPECT_TRUE(CSet.empty());
   49   EXPECT_FALSE(Set.empty());
   75   EXPECT_TRUE(Set.empty());
  196   while (!Set.empty())