Home
last modified time | relevance | path

Searched refs:getValueSitesForKind (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h887 for (auto &SR : getValueSitesForKind(Kind)) in sortValueData()
942 getValueSitesForKind(uint32_t ValueKind) { in getValueSitesForKind() function
946 auto AR = const_cast<const InstrProfRecord *>(this)->getValueSitesForKind( in getValueSitesForKind()
952 getValueSitesForKind(uint32_t ValueKind) const { in getValueSitesForKind() function
1012 NumValueKinds += !(getValueSitesForKind(Kind).empty()); in getNumValueKinds()
1018 for (const auto &SR : getValueSitesForKind(ValueKind)) in getNumValueData()
1024 return getValueSitesForKind(ValueKind).size(); in getNumValueSites()
1029 return getValueSitesForKind(ValueKind)[Site].ValueData; in getValueArrayForSite()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp788 Other.getValueSitesForKind(ValueKind); in overlapValueProfData()
900 Src.getValueSitesForKind(ValueKind); in mergeValueProfData()
964 for (auto &R : getValueSitesForKind(ValueKind)) in scaleValueProfData()