Searched refs:ClDebugMax (Results 1 – 2 of 2) sorted by relevance
142 static cl::opt<int> ClDebugMax("memprof-debug-max", cl::desc("Debug max inst"), variable652 if (ClDebugMin < 0 || ClDebugMax < 0 || in instrumentFunction()653 (NumInstrumented >= ClDebugMin && NumInstrumented <= ClDebugMax)) { in instrumentFunction()
452 static cl::opt<int> ClDebugMax("asan-debug-max", cl::desc("Debug max inst"), variable2937 ClDebugMin < 0 || ClDebugMax < 0 || in suppressInstrumentationSiteForDebug()2938 (Instrumented >= ClDebugMin && Instrumented <= ClDebugMax); in suppressInstrumentationSiteForDebug()