Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/runtime/
H A Dinstr.cpp978 struct NodeToCallsMap { struct
979 struct MapEntry {
983 MapEntry *Entries;
984 BumpPtrAllocator &Alloc;
985 const uint32_t NumNodes;
987 NodeToCallsMap(BumpPtrAllocator &Alloc, const FunctionDescription &D, in NodeToCallsMap() function
1014 uint64_t visitAllCallsIn(uint32_t NodeID, uint64_t Freq, uint64_t *CallFreqs, in visitAllCallsIn()
1041 ~NodeToCallsMap() { in ~NodeToCallsMap()