Searched refs:CallCount (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
H A Dfunction_call_trie_test.cc40 ASSERT_EQ(R.front()->CallCount, 1u);
55 ASSERT_EQ(R.front()->CallCount, 1u);
70 ASSERT_EQ(R.front()->CallCount, 1u);
133 EXPECT_EQ(R0->CallCount, 1u);
137 EXPECT_EQ(R1->CallCount, 1u);
184 EXPECT_EQ(F3.CallCount, 1u);
185 EXPECT_EQ(F2.CallCount, 1u);
186 EXPECT_EQ(F1.CallCount, 1u);
209 EXPECT_EQ(F->CallCount, 1u);
295 EXPECT_EQ(R0.CallCount,
[all...]
H A Dprofile_collector_test.cc86 int64_t CallCount; member in struct:__xray::__anon7768::Profile
101 // Then read the CallCount.
102 internal_memcpy(&Result.CallCount, P, sizeof(int64_t));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp127 if (auto CallCount = getProfileCount(cast<CallBase>(I), nullptr))
128 TotalCallCount += CallCount.getValue();
156 if (auto CallCount = getProfileCount(cast<CallBase>(I), nullptr))
157 TotalCallCount += CallCount.getValue();
190 if (auto CallCount = getProfileCount(cast<CallBase>(I), nullptr))
191 TotalCallCount += CallCount.getValue();
H A DCGSCCPassManager.cpp382 struct CallCount { struct
393 SmallDenseMap<Function *, CallCount> CallCounts;
394 CallCount CountLocal = {0, 0};
396 CallCount &Count =
/netbsd-current/external/apache2/llvm/dist/llvm/lib/XRay/
H A DProfile.cpp99 // - A 64-bit CallCount
103 D.CallCount = Extractor.getU64(&Offset);
216 ExistingData.CallCount += Data.CallCount;
249 ExistingData.CallCount += Data.CallCount;
363 ++TPD.CallCount;
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_function_call_trie.h115 uint64_t CallCount; member in struct:__xray::FunctionCallTrie::Node
455 TopNode->CallCount++;
499 nullptr, NodeIdPairArray(*O.NodeIdPairAllocator), Root->CallCount,
521 Callee.NodePtr->CallCount, Callee.NodePtr->CumulativeLocalTime,
577 NT.TargetNode->CallCount += NT.OrigNode->CallCount;
H A Dxray_profile_collector.cc220 NextPtr, &Record.Node->CallCount, sizeof(Record.Node->CallCount))) +
221 sizeof(Record.Node->CallCount);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/XRay/
H A DProfile.h58 uint64_t CallCount; member in struct:llvm::xray::Profile::Data
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1611 int64_t CallCount = local
1613 updateProfileCallee(Callee, -CallCount, &VMap);
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c168019 struct CallCount { struct
[all...]

Completed in 711 milliseconds