Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFoldingSet.cpp224 void FoldingSetBase::GrowBucketCount(unsigned NewBucketCount, in GrowBucketCount() function in FoldingSetBase
263 GrowBucketCount(NumBuckets * 2, Info); in GrowHashTable()
272 GrowBucketCount(llvm::bit_floor(EltCount), Info); in reserve()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFoldingSet.h197 void GrowBucketCount(unsigned NewBucketCount, const FoldingSetInfo &Info);