Home
last modified time | relevance | path

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

/external/llvm/unittests/ProfileData/
DInstrProfTest.cpp249 R->getValueForSite(IPVK_IndirectCallTarget, 0, &TotalC); in TEST_P()
392 R->getValueForSite(IPVK_IndirectCallTarget, 0, &TotalC); in TEST_P()
444 R->getValueForSite(IPVK_IndirectCallTarget, 0); in TEST_P()
527 R->getValueForSite(IPVK_IndirectCallTarget, 0); in TEST_P()
538 R->getValueForSite(IPVK_IndirectCallTarget, 2)); in TEST_P()
549 R->getValueForSite(IPVK_IndirectCallTarget, 3)); in TEST_P()
554 R->getValueForSite(IPVK_IndirectCallTarget, 4)); in TEST_P()
615 ReadRecord2->getValueForSite(IPVK_IndirectCallTarget, 0); in TEST_P()
660 R->getValueForSite(IPVK_IndirectCallTarget, 0)); in TEST_P()
713 Record.getValueForSite(IPVK_IndirectCallTarget, 0)); in TEST_P()
[all …]
/external/llvm/include/llvm/ProfileData/
DInstrProf.h598 getValueForSite(uint32_t ValueKind, uint32_t Site,
603 inline uint64_t getValueForSite(InstrProfValueData Dest[], uint32_t ValueKind,
697 InstrProfRecord::getValueForSite(uint32_t ValueKind, uint32_t Site, in getValueForSite() function
708 TotalCount = getValueForSite(VD.get(), ValueKind, Site); in getValueForSite()
713 uint64_t InstrProfRecord::getValueForSite(InstrProfValueData Dest[], in getValueForSite() function
/external/llvm/lib/ProfileData/
DInstrProf.cpp496 reinterpret_cast<const InstrProfRecord *>(R)->getValueForSite(Dst, K, S); in getValueForSiteInstrProf()
680 InstrProfR.getValueForSite(ValueKind, SiteIdx, &Sum); in annotateValueSite()
DInstrProfWriter.cpp323 std::unique_ptr<InstrProfValueData[]> VD = Func.getValueForSite(VK, S); in writeRecordInText()
/external/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp396 Func.getValueForSite(IPVK_IndirectCallTarget, I); in showInstrProfile()