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.cpp790 for (const auto &V : getValueArrayForSite(VK, I)) in accumulateCounts()
1153 return IPR->getValueArrayForSite(VK, S).size(); in getNumValueDataForSiteInstrProf()
1159 llvm::copy(IPR->getValueArrayForSite(K, S), Dst); in getValueForSiteInstrProf()
1339 auto VDs = InstrProfR.getValueArrayForSite(ValueKind, SiteIdx); in annotateValueSite()
H A DInstrProfWriter.cpp727 for (const auto &V : Func.getValueArrayForSite(VK, S)) in validateRecord()
772 auto VD = Func.getValueArrayForSite(VK, S); in writeRecordInText()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h925 inline ArrayRef<InstrProfValueData> getValueArrayForSite(uint32_t ValueKind,
1091 InstrProfRecord::getValueArrayForSite(uint32_t ValueKind, uint32_t Site) const { in getValueArrayForSite() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2802 auto VD = Func.getValueArrayForSite(VK, I); in traverseAllValueSites()