Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/runtime/
H A Dinstr.cpp516 CallFlowHashTable *CallFlowTable; member
1035 Ctx.CallFlowTable->get(CallDesc.TargetAddress).Calls += in visitAllCallsIn()
1174 Ctx.CallFlowTable->get(Addr).Val = CurNodeFreq; in computeEdgeFrequencies()
1344 Ctx->CallFlowTable->get(TargetDesc->Address).Calls += Entry.Val; in visitIndCallCounter()
1467 Ctx.CallFlowTable = new (HashAlloc, 0) CallFlowHashTable(HashAlloc); in __bolt_instr_data_dump()
1484 Ctx.CallFlowTable->forEachElement(visitCallFlowEntry, FD, &Ctx); in __bolt_instr_data_dump()