Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp246 static cl::opt<int> ClMaxInsnsToInstrumentPerBB( variable
2870 if (NumInsnsPerBB >= ClMaxInsnsToInstrumentPerBB) break; in instrumentFunction()