Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp2883 int NumInstrumented = 0; in instrumentFunction() local
2885 if (!suppressInstrumentationSiteForDebug(NumInstrumented)) in instrumentFunction()
2891 if (!suppressInstrumentationSiteForDebug(NumInstrumented)) in instrumentFunction()