Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1154 DenseMap<const DILocation *, int> LazyWarningDebugLocationCount; member
1347 if (LazyWarningDebugLocationCount.empty()) in shouldDisambiguateWarningLocation()
1349 ++LazyWarningDebugLocationCount[I.OrigIns->getDebugLoc()]; in shouldDisambiguateWarningLocation()
1351 return LazyWarningDebugLocationCount[DebugLoc] >= ClDisambiguateWarning; in shouldDisambiguateWarningLocation()