Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/runtime/
H A Dinstr.cpp302 constexpr static uint64_t FollowUpTableMarker = 0x8000000000000000ull; member in __anon09dfe8530211::SimpleHashTable
315 if (Entry.Key & FollowUpTableMarker) { in forEachElement()
318 ~FollowUpTableMarker), in forEachElement()
352 if (Entry.Key & FollowUpTableMarker) { in getEntry()
354 reinterpret_cast<MapEntry *>(Entry.Key & ~FollowUpTableMarker), in getEntry()
365 Entry.Key = reinterpret_cast<uint64_t>(NextLevelTbl) | FollowUpTableMarker; in getEntry()