Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ProfileData/
DInstrProf.h347 unsigned NumCountMismatches; variable
358 NumCountMismatches(0), NumCounterOverflows(0), in SoftInstrProfErrors()
373 unsigned getNumCountMismatches() const { return NumCountMismatches; } in getNumCountMismatches()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
DInstrProf.h350 unsigned NumCountMismatches = 0; variable
373 unsigned getNumCountMismatches() const { return NumCountMismatches; } in getNumCountMismatches()
/external/llvm/lib/ProfileData/
DInstrProf.cpp107 ++NumCountMismatches; in addError()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
DInstrProf.cpp196 ++NumCountMismatches; in addError()