Home
last modified time | relevance | path

Searched refs:TotalC (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DCGProfile.cpp86 uint64_t TotalC; in runCGProfilePass() local
88 ValueData, ActualNumValueData, TotalC)) in runCGProfilePass()
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DInstrProf.h264 uint32_t &ActualNumValueData, uint64_t &TotalC,
769 uint64_t *TotalC = nullptr) const;
927 uint64_t *TotalC) const { in getValueForSite() argument
929 uint64_t &TotalCount = (TotalC == nullptr ? Dummy : *TotalC); in getValueForSite()
/llvm-project-15.0.7/llvm/unittests/ProfileData/
H A DInstrProfTest.cpp461 uint64_t TotalC; in TEST_P() local
463 R->getValueForSite(IPVK_IndirectCallTarget, 0, &TotalC); in TEST_P()
468 ASSERT_EQ(6U, TotalC); in TEST_P()
601 uint64_t TotalC; in TEST_P() local
603 R->getValueForSite(IPVK_IndirectCallTarget, 0, &TotalC); in TEST_P()
607 ASSERT_EQ(60U, TotalC); in TEST_P()
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProf.cpp1039 uint32_t &ActualNumValueData, uint64_t &TotalC, in getValueProfDataFromInst() argument
1069 TotalC = TotalCInt->getZExtValue(); in getValueProfDataFromInst()