Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DDebugify.cpp771 Stats->NumDbgLocsExpected += OriginalNumLines; in checkDebugifyMetadata()