Searched refs:forEachElement (Results 1 – 1 of 1) sorted by relevance
/llvm-project/bolt/runtime/ |
H A D | instr.cpp | 340 void forEachElement(void (*Callback)(MapEntry &, Args...), Args... args) { in forEachElement() function in __anonc11c1cb60211::SimpleHashTable 344 return forEachElement(Callback, InitialSize, TableRoot, args...); in forEachElement() 358 void forEachElement(void (*Callback)(MapEntry &, Args...), in forEachElement() function in __anonc11c1cb60211::SimpleHashTable 368 forEachElement(Callback, IncSize, Next, args...); in forEachElement() 448 forEachElement(resetIndCallCounter); in resetCounters() 1423 GlobalIndCallCounters[I].forEachElement(visitIndCallCounter, FD, I, &Ctx); in writeIndirectCallProfile() 1549 Ctx.CallFlowTable->forEachElement(visitCallFlowEntry, FD, &Ctx); in __bolt_instr_data_dump()
|