Searched refs:getValueArrayForSite (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProf.cpp | 790 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 D | InstrProfWriter.cpp | 727 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 D | InstrProf.h | 925 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 D | llvm-profdata.cpp | 2802 auto VD = Func.getValueArrayForSite(VK, I); in traverseAllValueSites()
|