HomeSort by: relevance | last modified time | path
    Searched refs:GrowBucketCount (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/
FoldingSet.cpp 272 void FoldingSetBase::GrowBucketCount(unsigned NewBucketCount,
275 "Can't shrink a folding set with GrowBucketCount");
311 GrowBucketCount(NumBuckets * 2, Info);
320 GrowBucketCount(PowerOf2Floor(EltCount), Info);
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
FoldingSet.h 189 /// GrowBucketCount - resize the hash table and rehash everything.
192 void GrowBucketCount(unsigned NewBucketCount, const FoldingSetInfo &Info);

Completed in 65 milliseconds