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 DMemProfiler.cpp650 int NumInstrumented = 0; in instrumentFunction() local
653 (NumInstrumented >= ClDebugMin && NumInstrumented <= ClDebugMax)) { in instrumentFunction()
661 NumInstrumented++; in instrumentFunction()
664 if (NumInstrumented > 0) in instrumentFunction()
H A DAddressSanitizer.cpp3053 int NumInstrumented = 0; in instrumentFunction() local
3055 if (!suppressInstrumentationSiteForDebug(NumInstrumented)) in instrumentFunction()
3061 if (!suppressInstrumentationSiteForDebug(NumInstrumented)) in instrumentFunction()