Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/runtime/
H A Dinstr.cpp404 using CallFlowHashTableBase = SimpleHashTable<CallFlowEntryBase, 11939, 233>; typedef
423 class CallFlowHashTable : public CallFlowHashTableBase {
427 MapEntry &get(uint64_t Key) { return CallFlowHashTableBase::get(Key, Alloc); } in get()