Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DFoldingSet.cpp270 void FoldingSetBase::GrowBucketCount(unsigned NewBucketCount) { in GrowBucketCount() function in FoldingSetBase
306 GrowBucketCount(NumBuckets * 2); in GrowHashTable()
315 GrowBucketCount(PowerOf2Floor(EltCount)); in reserve()
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DFoldingSet.h178 void GrowBucketCount(unsigned NewBucketCount);