Home
last modified time | relevance | path

Searched refs:FoundTombstone (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DDenseMap.h335 BucketT *FoundTombstone = 0; in LookupBucketFor() local
355 if (FoundTombstone) ThisBucket = FoundTombstone; in LookupBucketFor()
356 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket; in LookupBucketFor()
362 if (KeyInfoT::isEqual(ThisBucket->first, TombstoneKey) && !FoundTombstone) in LookupBucketFor()
363 FoundTombstone = ThisBucket; // Remember the first tombstone found. in LookupBucketFor()
/external/llvm/include/llvm/ADT/
DDenseMap.h524 const BucketT *FoundTombstone = nullptr; in LookupBucketFor() local
546 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket; in LookupBucketFor()
553 !FoundTombstone) in LookupBucketFor()
554 FoundTombstone = ThisBucket; // Remember the first tombstone found. in LookupBucketFor()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DDenseMap.h522 const BucketT *FoundTombstone = nullptr; in LookupBucketFor() local
544 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket; in LookupBucketFor()
551 !FoundTombstone) in LookupBucketFor()
552 FoundTombstone = ThisBucket; // Remember the first tombstone found. in LookupBucketFor()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DDenseMap.h584 const BucketT *FoundTombstone = nullptr; in LookupBucketFor() local
606 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket; in LookupBucketFor()
613 !FoundTombstone) in LookupBucketFor()
614 FoundTombstone = ThisBucket; // Remember the first tombstone found. in LookupBucketFor()