Searched refs:CallCount (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/compiler-rt/lib/xray/tests/unit/ |
| H A D | function_call_trie_test.cpp | 39 ASSERT_EQ(R.front()->CallCount, 1u); in TEST() 54 ASSERT_EQ(R.front()->CallCount, 1u); in TEST() 69 ASSERT_EQ(R.front()->CallCount, 1u); in TEST() 132 EXPECT_EQ(R0->CallCount, 1u); in TEST() 136 EXPECT_EQ(R1->CallCount, 1u); in TEST() 183 EXPECT_EQ(F3.CallCount, 1u); in TEST() 184 EXPECT_EQ(F2.CallCount, 1u); in TEST() 185 EXPECT_EQ(F1.CallCount, 1u); in TEST() 208 EXPECT_EQ(F->CallCount, 1u); in TEST() 294 EXPECT_EQ(R0.CallCount, 2u); in TEST() [all …]
|
| H A D | profile_collector_test.cpp | 85 int64_t CallCount; member 101 internal_memcpy(&Result.CallCount, P, sizeof(int64_t)); in ParseProfile()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | ProfileSummaryInfo.cpp | 129 if (auto CallCount = getProfileCount(cast<CallBase>(I), nullptr)) in isFunctionHotInCallGraph() local 130 TotalCallCount += *CallCount; in isFunctionHotInCallGraph() 158 if (auto CallCount = getProfileCount(cast<CallBase>(I), nullptr)) in isFunctionColdInCallGraph() local 159 TotalCallCount += *CallCount; in isFunctionColdInCallGraph() 192 if (auto CallCount = getProfileCount(cast<CallBase>(I), nullptr)) in isFunctionHotOrColdInCallGraphNthPercentile() local 193 TotalCallCount += *CallCount; in isFunctionHotOrColdInCallGraphNthPercentile()
|
| H A D | CGSCCPassManager.cpp | 370 struct CallCount { in run() struct 381 SmallDenseMap<Function *, CallCount> CallCounts; in run() 382 CallCount CountLocal = {0, 0}; in run() 384 CallCount &Count = in run()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/XRay/ |
| H A D | Profile.h | 58 uint64_t CallCount; member
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | InlineFunction.cpp | 1862 int64_t CallCount = in updateCallProfile() local 1864 updateProfileCallee(Callee, -CallCount, &VMap); in updateCallProfile()
|