Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp597 int NumInstrumented = 0; in instrumentFunction() local
600 (NumInstrumented >= ClDebugMin && NumInstrumented <= ClDebugMax)) { in instrumentFunction()
608 NumInstrumented++; in instrumentFunction()
611 if (NumInstrumented > 0) in instrumentFunction()
H A DAddressSanitizer.cpp2957 int NumInstrumented = 0; in instrumentFunction() local
2959 if (!suppressInstrumentationSiteForDebug(NumInstrumented)) in instrumentFunction()
2965 if (!suppressInstrumentationSiteForDebug(NumInstrumented)) in instrumentFunction()