Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DDebugify.h132 unsigned NumDbgLocsExpected = 0; member
136 return float(NumDbgValuesMissing) / float(NumDbgLocsExpected); in getMissingValueRatio()
141 return float(NumDbgLocsMissing) / float(NumDbgLocsExpected); in getEmptyLocationRatio()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp782 Stats->NumDbgLocsExpected += OriginalNumLines; in checkDebugifyMetadata()