Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h356 unsigned NumCounterOverflows = 0; variable
379 unsigned getNumCounterOverflows() const { return NumCounterOverflows; } in getNumCounterOverflows()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp209 ++NumCounterOverflows; in addError()