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

References

include/llvm/ADT/DenseMap.h
  430     return KeyInfoT::getTombstoneKey();
 1250     const KeyT Tombstone = KeyInfoT::getTombstoneKey();
 1260     const KeyT Tombstone = KeyInfoT::getTombstoneKey();
lib/Transforms/Utils/Local.cpp
 2141           if (LHS == getEmptyKey() || LHS == getTombstoneKey() ||
 2142               RHS == getEmptyKey() || RHS == getTombstoneKey())