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.h138 unsigned NumDbgLocsExpected = 0; member
142 return float(NumDbgValuesMissing) / float(NumDbgLocsExpected); in getMissingValueRatio()
147 return float(NumDbgLocsMissing) / float(NumDbgLocsExpected); in getEmptyLocationRatio()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp858 Stats->NumDbgLocsExpected += OriginalNumLines; in checkDebugifyMetadata()