Home
last modified time | relevance | path

Searched refs:getInstrMaxCountValue (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp227 assert(Count <= getInstrMaxCountValue() &&
236 assert(Count <= getInstrMaxCountValue() &&
H A DInstrProf.cpp936 if (Value > getInstrMaxCountValue()) { in merge()
937 Value = getInstrMaxCountValue(); in merge()
974 if (Count > getInstrMaxCountValue()) { in scale()
975 Count = getInstrMaxCountValue(); in scale()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h66 inline uint64_t getInstrMaxCountValue() { in getInstrMaxCountValue() function