HomeSort by relevance Sort by last modified time
    Searched refs:GrowHashTable (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Support/
FoldingSet.cpp 269 /// GrowHashTable - Double the size of the hash table and rehash everything.
271 void FoldingSetImpl::GrowHashTable() {
334 GrowHashTable();
  /external/llvm/include/llvm/ADT/
FoldingSet.h 185 /// GrowHashTable - Double the size of the hash table and rehash everything.
187 void GrowHashTable();

Completed in 83 milliseconds