Searched refs:CompressedBucketIndex (Results 1 – 1 of 1) sorted by relevance
54 int32_t CompressedBucketIndex = GlobalsTable.BucketMap[ExpandedBucketIndex]; in findRecordsByName() local55 if (CompressedBucketIndex == -1) in findRecordsByName()60 GlobalsTable.HashBuckets[CompressedBucketIndex] / 12; in findRecordsByName()62 if (LLVM_LIKELY(uint32_t(CompressedBucketIndex) < LastBucketIndex)) { in findRecordsByName()63 EndRecordIndex = GlobalsTable.HashBuckets[CompressedBucketIndex + 1]; in findRecordsByName()