Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp233 static cl::opt<int> ClInstrumentWithCallThreshold( variable
906 return ClInstrumentWithCallThreshold >= 0 && in shouldInstrumentWithCall()
907 NumOriginStores >= ClInstrumentWithCallThreshold; in shouldInstrumentWithCall()