Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp126 static cl::opt<int> ClDebugMax("memprof-debug-max", cl::desc("Debug max inst"), variable
644 if (ClDebugMin < 0 || ClDebugMax < 0 || in instrumentFunction()
645 (NumInstrumented >= ClDebugMin && NumInstrumented <= ClDebugMax)) { in instrumentFunction()
H A DAddressSanitizer.cpp441 static cl::opt<int> ClDebugMax("asan-debug-max", cl::desc("Debug max inst"), variable
2617 ClDebugMin < 0 || ClDebugMax < 0 || in suppressInstrumentationSiteForDebug()
2618 (Instrumented >= ClDebugMin && Instrumented <= ClDebugMax); in suppressInstrumentationSiteForDebug()