Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp312 static cl::opt<int> ClInstrumentationWithCallThreshold( variable
1150 return ClInstrumentationWithCallThreshold >= 0 && in instrumentWithCalls()
1151 SplittableBlocksCount > ClInstrumentationWithCallThreshold; in instrumentWithCalls()