Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp249 static cl::opt<int> ClInstrumentWithCallThreshold( variable
981 return ClInstrumentWithCallThreshold >= 0 && in shouldInstrumentWithCall()
982 NumOriginStores >= ClInstrumentWithCallThreshold; in shouldInstrumentWithCall()