Home
last modified time | relevance | path

Searched refs:GrowBucketCount (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DFoldingSet.cpp272 void FoldingSetBase::GrowBucketCount(unsigned NewBucketCount, in GrowBucketCount() function in FoldingSetBase
311 GrowBucketCount(NumBuckets * 2, Info); in GrowHashTable()
320 GrowBucketCount(PowerOf2Floor(EltCount), Info); in reserve()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DFoldingSet.h192 void GrowBucketCount(unsigned NewBucketCount, const FoldingSetInfo &Info);