Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProf.cpp1192 void OverlapStats::addOneMismatch(const CountSumOrPercent &MismatchFunc) { in addOneMismatch() argument
1194 Mismatch.CountSum += MismatchFunc.CountSum / Test.CountSum; in addOneMismatch()
1198 MismatchFunc.ValueCounts[I] / Test.ValueCounts[I]; in addOneMismatch()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProf.h635 void addOneMismatch(const CountSumOrPercent &MismatchFunc);