Searched refs:ClDebugMax (Results 1 – 2 of 2) sorted by relevance
121 static cl::opt<int> ClDebugMax("memprof-debug-max", cl::desc("Debug max inst"), variable619 if (ClDebugMin < 0 || ClDebugMax < 0 || in instrumentFunction()620 (NumInstrumented >= ClDebugMin && NumInstrumented <= ClDebugMax)) { in instrumentFunction()
413 static cl::opt<int> ClDebugMax("asan-debug-max", cl::desc("Debug max inst"), variable2777 ClDebugMin < 0 || ClDebugMax < 0 || in suppressInstrumentationSiteForDebug()2778 (Instrumented >= ClDebugMin && Instrumented <= ClDebugMax); in suppressInstrumentationSiteForDebug()