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