Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp242 static cl::opt<int> ClInstrumentWithCallThreshold( variable
977 return ClInstrumentWithCallThreshold >= 0 && in shouldInstrumentWithCall()
978 NumOriginStores >= ClInstrumentWithCallThreshold; in shouldInstrumentWithCall()