Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp738 for (const auto &V : getValueArrayForSite(VK, I)) in accumulateCounts()
1100 return IPR->getValueArrayForSite(VK, S).size(); in getNumValueDataForSiteInstrProf()
1106 llvm::copy(IPR->getValueArrayForSite(K, S), Dst); in getValueForSiteInstrProf()
1286 auto VDs = InstrProfR.getValueArrayForSite(ValueKind, SiteIdx); in annotateValueSite()
H A DInstrProfWriter.cpp1043 for (const auto &V : Func.getValueArrayForSite(VK, S)) in validateRecord()
1088 auto VD = Func.getValueArrayForSite(VK, S); in writeRecordInText()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h863 inline ArrayRef<InstrProfValueData> getValueArrayForSite(uint32_t ValueKind,
1028 InstrProfRecord::getValueArrayForSite(uint32_t ValueKind, uint32_t Site) const { in getValueArrayForSite() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2706 auto VD = Func.getValueArrayForSite(VK, I); in traverseAllValueSites()