Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DDebugify.h122 unsigned NumDbgLocsExpected = 0; member
126 return float(NumDbgValuesMissing) / float(NumDbgLocsExpected); in getMissingValueRatio()
131 return float(NumDbgLocsMissing) / float(NumDbgLocsExpected); in getEmptyLocationRatio()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DDebugify.cpp751 Stats->NumDbgLocsExpected += OriginalNumLines; in checkDebugifyMetadata()