Searched refs:CallCount (Results 1 – 8 of 8) sorted by relevance
/freebsd/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/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_function_call_trie.h | 114 uint64_t CallCount; member 450 TopNode->CallCount++; in exitFunction() 494 nullptr, NodeIdPairArray(*O.NodeIdPairAllocator), Root->CallCount, in deepCopyInto() 516 Callee.NodePtr->CallCount, Callee.NodePtr->CumulativeLocalTime, in deepCopyInto() 572 NT.TargetNode->CallCount += NT.OrigNode->CallCount; in mergeInto()
|
H A D | xray_profile_collector.cpp | 216 NextPtr, &Record.Node->CallCount, sizeof(Record.Node->CallCount))) + in serializeRecords() 217 sizeof(Record.Node->CallCount); in serializeRecords()
|
/freebsd/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/contrib/llvm-project/llvm/include/llvm/XRay/ |
H A D | Profile.h | 58 uint64_t CallCount; member
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | CGSCCPassManager.cpp | 374 struct CallCount { in run() struct 385 SmallDenseMap<Function *, CallCount> CallCounts; in run() 386 CallCount CountLocal = {0, 0}; in run() 388 CallCount &Count = in run()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | InlineFunction.cpp | 1972 int64_t CallCount = in updateCallProfile() local 1974 updateProfileCallee(Callee, -CallCount, &VMap); in updateCallProfile()
|
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.c | 169513 struct CallCount { 169530 struct CallCount *p; 169531 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p)); 169537 struct CallCount *p; 169538 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p)); 169649 struct CallCount *p; 169650 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p)); 169661 struct CallCount *p; 169662 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p)); 169680 struct CallCount *p; [all …]
|