Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ProfileData/
DInstrProf.h624 getValueSitesForKind(Kind); in sortValueData()
632 getValueSitesForKind(Kind).clear(); in clearValueData()
641 getValueSitesForKind(uint32_t ValueKind) const { in getValueSitesForKind() function
652 getValueSitesForKind(uint32_t ValueKind) { in getValueSitesForKind() function
655 ->getValueSitesForKind(ValueKind)); in getValueSitesForKind()
673 NumValueKinds += !(getValueSitesForKind(Kind).empty()); in getNumValueKinds()
680 getValueSitesForKind(ValueKind); in getNumValueData()
688 return getValueSitesForKind(ValueKind).size(); in getNumValueSites()
693 return getValueSitesForKind(ValueKind)[Site].ValueData.size(); in getNumValueDataForSite()
718 for (auto V : getValueSitesForKind(ValueKind)[Site].ValueData) { in getValueForSite()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
DInstrProf.h694 for (auto &SR : getValueSitesForKind(Kind)) in sortValueData()
715 getValueSitesForKind(uint32_t ValueKind) { in getValueSitesForKind() function
719 auto AR = const_cast<const InstrProfRecord *>(this)->getValueSitesForKind( in getValueSitesForKind()
725 getValueSitesForKind(uint32_t ValueKind) const { in getValueSitesForKind() function
780 NumValueKinds += !(getValueSitesForKind(Kind).empty()); in getNumValueKinds()
786 for (auto &SR : getValueSitesForKind(ValueKind)) in getNumValueData()
792 return getValueSitesForKind(ValueKind).size(); in getNumValueSites()
797 return getValueSitesForKind(ValueKind)[Site].ValueData.size(); in getNumValueDataForSite()
822 for (auto V : getValueSitesForKind(ValueKind)[Site].ValueData) { in getValueForSite()
/external/llvm/lib/ProfileData/
DInstrProf.cpp381 getValueSitesForKind(ValueKind); in mergeValueProfData()
383 Src.getValueSitesForKind(ValueKind); in mergeValueProfData()
411 getValueSitesForKind(ValueKind); in scaleValueProfData()
459 getValueSitesForKind(ValueKind); in addValueData()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
DInstrProf.cpp531 Src.getValueSitesForKind(ValueKind); in mergeValueProfData()
560 for (auto &R : getValueSitesForKind(ValueKind)) in scaleValueProfData()