Home
last modified time | relevance | path

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

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