Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfInstrumentation.cpp635 int NumInstrumented = 0; in instrumentFunction() local
638 (NumInstrumented >= ClDebugMin && NumInstrumented <= ClDebugMax)) { in instrumentFunction()
646 NumInstrumented++; in instrumentFunction()
649 if (NumInstrumented > 0) in instrumentFunction()
H A DAddressSanitizer.cpp3108 int NumInstrumented = 0; in instrumentFunction() local
3110 if (!suppressInstrumentationSiteForDebug(NumInstrumented)) in instrumentFunction()
3116 if (!suppressInstrumentationSiteForDebug(NumInstrumented)) in instrumentFunction()