Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp584 int NumInstrumented = 0; in instrumentFunction() local
587 (NumInstrumented >= ClDebugMin && NumInstrumented <= ClDebugMax)) { in instrumentFunction()
595 NumInstrumented++; in instrumentFunction()
598 if (NumInstrumented > 0) in instrumentFunction()
H A DAddressSanitizer.cpp2781 int NumInstrumented = 0; in instrumentFunction() local
2783 if (!suppressInstrumentationSiteForDebug(NumInstrumented)) in instrumentFunction()
2789 if (!suppressInstrumentationSiteForDebug(NumInstrumented)) in instrumentFunction()