Searched refs:CallCount (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/XRay/ |
| H A D | Profile.cpp | 103 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 D | xray_function_call_trie.h | 114 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 D | xray_profile_collector.cpp | 219 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 D | ProfileSummaryInfo.h | 340 if (auto CallCount = getProfileCount(cast<CallBase>(I), nullptr)) variable 341 TotalCallCount += *CallCount;
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/XRay/ |
| H A D | Profile.h | 58 uint64_t CallCount; member
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | CGSCCPassManager.cpp | 366 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 D | InlineFunction.cpp | 1888 int64_t CallCount = in updateCallProfile() local 1890 updateProfileCallee(Callee, -CallCount, &VMap); in updateCallProfile()
|
| /freebsd-14.2/contrib/sqlite3/ |
| H A D | sqlite3.c | 169513 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 …]
|