Home
last modified time | relevance | path

Searched defs:NodeToCallsMap (Results 1 – 1 of 1) sorted by relevance

/llvm-project/bolt/runtime/
H A Dinstr.cpp1043 struct NodeToCallsMap { struct
1044 struct MapEntry {
1048 MapEntry *Entries;
1049 BumpPtrAllocator &Alloc;
1050 const uint32_t NumNodes;
1052 NodeToCallsMap(BumpPtrAllocator &Alloc, const FunctionDescription &D, in NodeToCallsMap() argument
1079 uint64_t visitAllCallsIn(uint32_t NodeID, uint64_t Freq, uint64_t *CallFreqs, in visitAllCallsIn()
1106 ~NodeToCallsMap() { in ~NodeToCallsMap()