reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
430 return KeyInfoT::getTombstoneKey(); 1250 const KeyT Tombstone = KeyInfoT::getTombstoneKey(); 1260 const KeyT Tombstone = KeyInfoT::getTombstoneKey();lib/Transforms/Scalar/NewGVN.cpp
465 if (RHS == getTombstoneKey() || RHS == getEmptyKey()) 473 if (LHS == getTombstoneKey() || RHS == getTombstoneKey() || 473 if (LHS == getTombstoneKey() || RHS == getTombstoneKey() ||