Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp617 int NumInstrumented = 0; in instrumentFunction() local
620 (NumInstrumented >= ClDebugMin && NumInstrumented <= ClDebugMax)) { in instrumentFunction()
628 NumInstrumented++; in instrumentFunction()
631 if (NumInstrumented > 0) in instrumentFunction()
H A DAddressSanitizer.cpp2875 int NumInstrumented = 0; in instrumentFunction() local
2877 if (!suppressInstrumentationSiteForDebug(NumInstrumented)) in instrumentFunction()
2883 if (!suppressInstrumentationSiteForDebug(NumInstrumented)) in instrumentFunction()