Searched refs:NumDbgLocsMissing (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DDebugify.h36 unsigned NumDbgLocsMissing = 0; member in struct:DebugifyStatistics
48 return float(NumDbgLocsMissing) / float(NumDbgLocsExpected);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp280 Stats->NumDbgLocsMissing += MissingLines.count();
/freebsd-11-stable/contrib/llvm-project/llvm/tools/opt/
H A Dopt.cpp506 << Stats.NumDbgLocsMissing << ',' << Stats.getMissingValueRatio() << ','

Completed in 122 milliseconds