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.h950 for (auto &SR : getValueSitesForKind(Kind)) in sortValueData()
1005 getValueSitesForKind(uint32_t ValueKind) { in getValueSitesForKind() function
1009 auto AR = const_cast<const InstrProfRecord *>(this)->getValueSitesForKind( in getValueSitesForKind()
1015 getValueSitesForKind(uint32_t ValueKind) const { in getValueSitesForKind() function
1075 NumValueKinds += !(getValueSitesForKind(Kind).empty()); in getNumValueKinds()
1081 for (const auto &SR : getValueSitesForKind(ValueKind)) in getNumValueData()
1087 return getValueSitesForKind(ValueKind).size(); in getNumValueSites()
1092 return getValueSitesForKind(ValueKind)[Site].ValueData; in getValueArrayForSite()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp840 Other.getValueSitesForKind(ValueKind); in overlapValueProfData()
952 Src.getValueSitesForKind(ValueKind); in mergeValueProfData()
1016 for (auto &R : getValueSitesForKind(ValueKind)) in scaleValueProfData()