Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/XRay/
H A DProfile.cpp103 D.CallCount = Extractor.getU64(&Offset); in readData()
216 ExistingData.CallCount += Data.CallCount; in mergeProfilesByThread()
249 ExistingData.CallCount += Data.CallCount; in mergeProfilesByStack()
363 ++TPD.CallCount; in profileFromTrace()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h114 uint64_t CallCount; member
454 TopNode->CallCount++; in exitFunction()
498 nullptr, NodeIdPairArray(*O.NodeIdPairAllocator), Root->CallCount, in deepCopyInto()
520 Callee.NodePtr->CallCount, Callee.NodePtr->CumulativeLocalTime, in deepCopyInto()
576 NT.TargetNode->CallCount += NT.OrigNode->CallCount; in mergeInto()
H A Dxray_profile_collector.cpp219 NextPtr, &Record.Node->CallCount, sizeof(Record.Node->CallCount))) + in serializeRecords()
220 sizeof(Record.Node->CallCount); in serializeRecords()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h340 if (auto CallCount = getProfileCount(cast<CallBase>(I), nullptr)) variable
341 TotalCallCount += *CallCount;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/XRay/
H A DProfile.h58 uint64_t CallCount; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp366 struct CallCount { in run() struct
377 SmallDenseMap<Function *, CallCount> CallCounts; in run()
378 CallCount CountLocal = {0, 0}; in run()
380 CallCount &Count = in run()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1888 int64_t CallCount = in updateCallProfile() local
1890 updateProfileCallee(Callee, -CallCount, &VMap); in updateCallProfile()
/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c169513 struct CallCount {
169530 struct CallCount *p;
169537 struct CallCount *p;
169649 struct CallCount *p;
169661 struct CallCount *p;
169680 struct CallCount *p;
169693 struct CallCount *p;
169700 struct CallCount *p;
169725 struct CallCount *p;
169738 struct CallCount *p;
[all …]