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

References

include/llvm/ADT/CachedHashString.h
   81     return DenseMapInfo<char *>::getTombstoneKey();
include/llvm/ADT/DenseMap.h
  430     return KeyInfoT::getTombstoneKey();
 1250     const KeyT Tombstone = KeyInfoT::getTombstoneKey();
 1260     const KeyT Tombstone = KeyInfoT::getTombstoneKey();
include/llvm/ADT/DenseMapInfo.h
  196     return std::make_pair(FirstInfo::getTombstoneKey(),
  197                           SecondInfo::getTombstoneKey());
include/llvm/ADT/PointerUnion.h
  294     return Union(FirstInfo::getTombstoneKey());
include/llvm/Analysis/MemoryLocation.h
  293     return MemoryLocation(DenseMapInfo<const Value *>::getTombstoneKey(),
include/llvm/IR/Dominators.h
  112     return BasicBlockEdge(BBInfo::getTombstoneKey(), BBInfo::getTombstoneKey());
  112     return BasicBlockEdge(BBInfo::getTombstoneKey(), BBInfo::getTombstoneKey());
include/llvm/IR/Metadata.h
  688     return AAMDNodes(DenseMapInfo<MDNode *>::getTombstoneKey(),
include/llvm/IR/ValueHandle.h
  100            V != DenseMapInfo<Value *>::getTombstoneKey();
  297     Res.setRawValPtr(DenseMapInfo<Value *>::getTombstoneKey());
  528     Res.setRawValPtr(DenseMapInfo<Value *>::getTombstoneKey());
include/llvm/IR/ValueMap.h
  306     return VH(DenseMapInfo<Value *>::getTombstoneKey());
lib/Analysis/AliasAnalysisSummary.h
  251     return cflaa::InstantiatedValue{DenseMapInfo<Value *>::getTombstoneKey(),
lib/Analysis/CFLAndersAliasAnalysis.cpp
  281     return OffsetValue{DenseMapInfo<const Value *>::getTombstoneKey(),
lib/CodeGen/LiveDebugVariables.cpp
  339     auto Key = DenseMapInfo<DILocalVariable *>::getTombstoneKey();
lib/IR/ConstantsContext.h
  588       return ConstantClassInfo::getTombstoneKey();
lib/IR/LLVMContextImpl.h
  125     return DenseMapInfo<StructType*>::getTombstoneKey();
  180     return DenseMapInfo<FunctionType*>::getTombstoneKey();
 1147     return DenseMapInfo<NodeTy *>::getTombstoneKey();
lib/Linker/IRMover.cpp
 1479   return DenseMapInfo<StructType *>::getTombstoneKey();
lib/Target/X86/X86OptimizeLEAs.cpp
  125     return MemOpKey(PtrInfo::getTombstoneKey(), PtrInfo::getTombstoneKey(),
  125     return MemOpKey(PtrInfo::getTombstoneKey(), PtrInfo::getTombstoneKey(),
  126                     PtrInfo::getTombstoneKey(), PtrInfo::getTombstoneKey(),
  126                     PtrInfo::getTombstoneKey(), PtrInfo::getTombstoneKey(),
  127                     PtrInfo::getTombstoneKey());
  134     assert(Val.Disp != PtrInfo::getTombstoneKey() &&
  178     if (RHS.Disp == PtrInfo::getTombstoneKey())
  179       return LHS.Disp == PtrInfo::getTombstoneKey();
lib/Transforms/IPO/WholeProgramDevirt.cpp
  270     return {DenseMapInfo<Metadata *>::getTombstoneKey(),
lib/Transforms/Scalar/EarlyCSE.cpp
  104            Inst == DenseMapInfo<Instruction *>::getTombstoneKey();
  130     return DenseMapInfo<Instruction *>::getTombstoneKey();
  380            Inst == DenseMapInfo<Instruction *>::getTombstoneKey();
  405     return DenseMapInfo<Instruction *>::getTombstoneKey();
lib/Transforms/Scalar/LoopUnrollPass.cpp
  296     return {PtrInfo::getTombstoneKey(), 0, 0, 0};
lib/Transforms/Utils/Local.cpp
 1087       return DenseMapInfo<PHINode *>::getTombstoneKey();
 2132           return DenseMapInfo<CatchPadInst *>::getTombstoneKey();
lib/Transforms/Vectorize/LoopVectorize.cpp
 3179     return DenseMapInfo<Instruction *>::getTombstoneKey();
tools/clang/include/clang/AST/BaseSubobject.h
   66       DenseMapInfo<const clang::CXXRecordDecl *>::getTombstoneKey(),
tools/clang/include/clang/AST/Redeclarable.h
  396     P.Ptr = BaseInfo::getTombstoneKey();
tools/clang/include/clang/Analysis/ProgramPoint.h
  764    reinterpret_cast<uintptr_t>(DenseMapInfo<void*>::getTombstoneKey()) & ~0x7;
tools/clang/include/clang/Analysis/RetainSummaryManager.h
  254     return ObjCSummaryKey(DenseMapInfo<IdentifierInfo*>::getTombstoneKey(),
tools/clang/lib/AST/APValue.cpp
  123       DenseMapInfo<const ValueDecl*>::getTombstoneKey());
tools/clang/lib/CodeGen/CodeGenTBAA.h
  234       DenseMapInfo<MDNode *>::getTombstoneKey(),
  235       DenseMapInfo<MDNode *>::getTombstoneKey(),
tools/dsymutil/DeclContext.h
  158     if (RHS == getEmptyKey() || RHS == getTombstoneKey())
tools/lld/COFF/Chunks.h
  551       return {llvm::DenseMapInfo<Chunk *>::getTombstoneKey(), 0};
tools/lldb/include/lldb/Utility/ConstString.h
  473         DenseMapInfo<const char *>::getTombstoneKey());
tools/polly/include/polly/Support/VirtualInstruction.h
  325     TombstoneKey.Stmt = DenseMapInfo<polly::ScopStmt *>::getTombstoneKey();
  326     TombstoneKey.Inst = DenseMapInfo<Instruction *>::getTombstoneKey();