Home
last modified time | relevance | path

Searched refs:getValueForSite (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/ProfileData/
H A DInstrProfTest.cpp652 R->getValueForSite(IPVK_IndirectCallTarget, 0); in TEST_P()
730 R->getValueForSite(IPVK_IndirectCallTarget, 0); in TEST_P()
741 R->getValueForSite(IPVK_IndirectCallTarget, 2)); in TEST_P()
752 R->getValueForSite(IPVK_IndirectCallTarget, 3)); in TEST_P()
757 R->getValueForSite(IPVK_IndirectCallTarget, 4)); in TEST_P()
862 R->getValueForSite(IPVK_IndirectCallTarget, 0)); in TEST_P()
915 Record.getValueForSite(IPVK_IndirectCallTarget, 0)); in TEST_P()
929 Record.getValueForSite(IPVK_IndirectCallTarget, 1)); in TEST_P()
941 Record.getValueForSite(IPVK_IndirectCallTarget, 2)); in TEST_P()
951 Record.getValueForSite(IPVK_IndirectCallTarget, 3)); in TEST_P()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DInstrProf.h768 getValueForSite(uint32_t ValueKind, uint32_t Site,
774 inline uint64_t getValueForSite(InstrProfValueData Dest[], uint32_t ValueKind,
926 InstrProfRecord::getValueForSite(uint32_t ValueKind, uint32_t Site, in getValueForSite() function
937 TotalCount = getValueForSite(VD.get(), ValueKind, Site); in getValueForSite()
942 uint64_t InstrProfRecord::getValueForSite(InstrProfValueData Dest[], in getValueForSite() function
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp532 std::unique_ptr<InstrProfValueData[]> VD = Func.getValueForSite(VK, S); in validateRecord()
573 std::unique_ptr<InstrProfValueData[]> VD = Func.getValueForSite(VK, S); in writeRecordInText()
H A DInstrProf.cpp547 std::unique_ptr<InstrProfValueData[]> VD = getValueForSite(VK, I); in accumulateCounts()
805 reinterpret_cast<const InstrProfRecord *>(R)->getValueForSite(Dst, K, S); in getValueForSiteInstrProf()
1000 InstrProfR.getValueForSite(ValueKind, SiteIdx, &Sum); in annotateValueSite()
/llvm-project-15.0.7/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2096 std::unique_ptr<InstrProfValueData[]> VD = Func.getValueForSite(VK, I); in traverseAllValueSites()