Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h58 counter_overflow, enumerator
349 return Overflowed ? sampleprof_error::counter_overflow
373 return Overflowed ? sampleprof_error::counter_overflow
756 return Overflowed ? sampleprof_error::counter_overflow
775 return Overflowed ? sampleprof_error::counter_overflow
H A DInstrProf.h363 counter_overflow, enumerator
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp142 case instrprof_error::counter_overflow: in getInstrProfErrString()
863 Warn(instrprof_error::counter_overflow); in merge()
880 Warn(instrprof_error::counter_overflow); in scale()
942 Warn(instrprof_error::counter_overflow); in merge()
979 Warn(instrprof_error::counter_overflow); in scale()
H A DSampleProf.cpp83 case sampleprof_error::counter_overflow: in message()