Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp320 static cl::opt<int> ClInstrumentationWithCallThreshold( variable
1202 return ClInstrumentationWithCallThreshold >= 0 && in instrumentWithCalls()
1203 SplittableBlocksCount > ClInstrumentationWithCallThreshold; in instrumentWithCalls()