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