Searched refs:forEachElement (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/bolt/runtime/ |
| H A D | instr.cpp | 291 void forEachElement(void (*Callback)(MapEntry &, Args...), Args... args) { in forEachElement() function in __anon09dfe8530211::SimpleHashTable 295 return forEachElement(Callback, InitialSize, TableRoot, args...); in forEachElement() 309 void forEachElement(void (*Callback)(MapEntry &, Args...), in forEachElement() function in __anon09dfe8530211::SimpleHashTable 316 forEachElement(Callback, IncSize, in forEachElement() 382 forEachElement(resetIndCallCounter); in resetCounters() 1359 GlobalIndCallCounters[I].forEachElement(visitIndCallCounter, FD, I, &Ctx); in writeIndirectCallProfile() 1484 Ctx.CallFlowTable->forEachElement(visitCallFlowEntry, FD, &Ctx); in __bolt_instr_data_dump()
|