Searched refs:ClDebugMin (Results 1 – 4 of 4) sorted by relevance
118 static cl::opt<int> ClDebugMin("memprof-debug-min", cl::desc("Debug min inst"), variable619 if (ClDebugMin < 0 || ClDebugMax < 0 || in instrumentFunction()620 (NumInstrumented >= ClDebugMin && NumInstrumented <= ClDebugMax)) { in instrumentFunction()
397 static cl::opt<int> ClDebugMin("asan-debug-min", cl::desc("Debug min inst"), variable2667 ClDebugMin < 0 || ClDebugMax < 0 || in suppressInstrumentationSiteForDebug()2668 (Instrumented >= ClDebugMin && Instrumented <= ClDebugMax); in suppressInstrumentationSiteForDebug()
262 static cl::opt<int> ClDebugMin("asan-debug-min", cl::desc("Debug min inst"), variable1851 if (ClDebugMin < 0 || ClDebugMax < 0 || in runOnFunction()1852 (NumInstrumented >= ClDebugMin && NumInstrumented <= ClDebugMax)) { in runOnFunction()
397 static cl::opt<int> ClDebugMin("asan-debug-min", cl::desc("Debug min inst"), variable2715 if (ClDebugMin < 0 || ClDebugMax < 0 || in instrumentFunction()2716 (NumInstrumented >= ClDebugMin && NumInstrumented <= ClDebugMax)) { in instrumentFunction()