Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ProfileData/
DInstrProf.h350 unsigned NumCounterOverflows; variable
358 NumCountMismatches(0), NumCounterOverflows(0), in SoftInstrProfErrors()
376 unsigned getNumCounterOverflows() const { return NumCounterOverflows; } in getNumCounterOverflows()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
DInstrProf.h353 unsigned NumCounterOverflows = 0; variable
376 unsigned getNumCounterOverflows() const { return NumCounterOverflows; } in getNumCounterOverflows()
/external/llvm/lib/ProfileData/
DInstrProf.cpp110 ++NumCounterOverflows; in addError()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
DInstrProf.cpp199 ++NumCounterOverflows; in addError()