Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt/
DDebugify.h41 unsigned NumDbgLocsExpected = 0; member
45 return float(NumDbgValuesMissing) / float(NumDbgLocsExpected); in getMissingValueRatio()
50 return float(NumDbgLocsMissing) / float(NumDbgLocsExpected); in getEmptyLocationRatio()
DDebugify.cpp286 Stats->NumDbgLocsExpected += OriginalNumLines; in checkDebugifyMetadata()