Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/runtime/
H A Dinstr.cpp293 if (!TableRoot) in forEachElement()
295 return forEachElement(Callback, InitialSize, TableRoot, args...); in forEachElement()
304 MapEntry *TableRoot{nullptr}; member in __anon09dfe8530211::SimpleHashTable
327 TableRoot = new (Alloc, 0) MapEntry[InitialSize]; in firstAllocation()
328 MapEntry &Entry = TableRoot[Key % InitialSize]; in firstAllocation()
370 if (TableRoot) in getOrAllocEntry()
371 return getEntry(TableRoot, Key, Key, Alloc, 0); in getOrAllocEntry()