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

  /external/llvm/lib/Support/
FoldingSet.cpp 301 /// GrowHashTable - Double the size of the hash table and rehash everything.
303 void FoldingSetImpl::GrowHashTable() {
349 GrowHashTable();
  /external/swiftshader/third_party/LLVM/lib/Support/
FoldingSet.cpp 246 /// GrowHashTable - Double the size of the hash table and rehash everything.
248 void FoldingSetImpl::GrowHashTable() {
311 GrowHashTable();
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
FoldingSet.cpp 301 /// GrowHashTable - Double the size of the hash table and rehash everything.
303 void FoldingSetImpl::GrowHashTable() {
349 GrowHashTable();

Completed in 88 milliseconds