Searched refs:getTombstoneKey (Results 76 - 100 of 109) sorted by relevance

12345

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DVectorUtils.h615 if (DenseMapInfo<int32_t>::getTombstoneKey() == Key ||
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h338 static Abbrev getTombstoneKey();
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclarationName.h899 static inline clang::DeclarationName getTombstoneKey() { function in struct:llvm::DenseMapInfo
H A DAPValue.h699 static clang::APValue::LValueBase getTombstoneKey();
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DSmallBitVector.h717 static inline SmallBitVector getTombstoneKey() { function in struct:llvm::DenseMapInfo
H A DBitVector.h821 static inline BitVector getTombstoneKey() {
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h314 static inline WeakObjectProfileTy getTombstoneKey() { function in class:clang::sema::FunctionScopeInfo::WeakObjectProfileTy::DenseMapInfo
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DMetadata.h720 static inline AAMDNodes getTombstoneKey() { function in struct:llvm::DenseMapInfo
721 return AAMDNodes(DenseMapInfo<MDNode *>::getTombstoneKey(),
H A DDebugInfoMetadata.h2896 static inline FragInfo getTombstoneKey() { return {MaxVal - 1, MaxVal - 1}; }
3652 static inline DebugVariable getTombstoneKey() {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp298 static inline UnrolledInstState getTombstoneKey() { function in struct:__anon2982::UnrolledInstStateKeyInfo
299 return {PtrInfo::getTombstoneKey(), 0, 0, 0};
H A DNewGVN.cpp452 static const Expression *getTombstoneKey() { function in struct:llvm::DenseMapInfo
467 if (RHS == getTombstoneKey() || RHS == getEmptyKey())
475 if (LHS == getTombstoneKey() || RHS == getTombstoneKey() ||
H A DGVNSink.cpp321 static inline ModelledPHI &getTombstoneKey() {
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DAPValue.cpp195 llvm::DenseMapInfo<clang::APValue::LValueBase>::getTombstoneKey() { function in class:llvm::DenseMapInfo
197 B.Ptr = DenseMapInfo<const ValueDecl*>::getTombstoneKey();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp441 DWARFDebugNames::Abbrev DWARFDebugNames::AbbrevMapInfo::getTombstoneKey() { function in class:DWARFDebugNames::AbbrevMapInfo
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DStackMaps.cpp494 DenseMapInfo<uint64_t>::getTombstoneKey() &&
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DIndexing.cpp100 static inline PPRegion getTombstoneKey() { function in struct:llvm::DenseMapInfo
H A DCXCursor.cpp1471 static inline CXCursor getTombstoneKey() { function in struct:llvm::DenseMapInfo
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h1045 static inline coverage::CounterExpression getTombstoneKey() { function in struct:llvm::DenseMapInfo
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemorySSA.cpp201 static inline MemoryLocOrCall getTombstoneKey() { function in struct:llvm::DenseMapInfo
202 return MemoryLocOrCall(DenseMapInfo<MemoryLocation>::getTombstoneKey());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp1030 static inline LoweredPHIRecord getTombstoneKey() { function in struct:llvm::DenseMapInfo
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Decho.cpp42 static inline T* getTombstoneKey() { function in struct:CAPIDenseMap::CAPIDenseMapInfo
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlan.h2341 static SmallVector<VPValue *, 4> getTombstoneKey() {
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h717 static inline IRPosition getTombstoneKey() { function in struct:DenseMapInfo
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp93 static inline TOCKey getTombstoneKey() { function in struct:llvm::DenseMapInfo
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributor.cpp331 IRPosition::TombstoneKey(DenseMapInfo<void *>::getTombstoneKey());

Completed in 286 milliseconds

12345