Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp642 int NumInstrumented = 0; in instrumentFunction() local
645 (NumInstrumented >= ClDebugMin && NumInstrumented <= ClDebugMax)) { in instrumentFunction()
653 NumInstrumented++; in instrumentFunction()
656 if (NumInstrumented > 0) in instrumentFunction()
H A DAddressSanitizer.cpp2729 int NumInstrumented = 0; in instrumentFunction() local
2731 if (!suppressInstrumentationSiteForDebug(NumInstrumented)) in instrumentFunction()
2737 if (!suppressInstrumentationSiteForDebug(NumInstrumented)) in instrumentFunction()