Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DDebugify.h134 unsigned NumDbgLocsExpected = 0; member
138 return float(NumDbgValuesMissing) / float(NumDbgLocsExpected); in getMissingValueRatio()
143 return float(NumDbgLocsMissing) / float(NumDbgLocsExpected); in getEmptyLocationRatio()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp794 Stats->NumDbgLocsExpected += OriginalNumLines; in checkDebugifyMetadata()