Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/fuzzer/
H A DFuzzerOptions.h30 bool ReduceDepth = false; member
H A DFuzzerLoop.cpp678 if (Options.ReduceDepth && !FoundUniqFeatures) in MutateAndTestOne()
H A DFuzzerDriver.cpp579 Options.ReduceDepth = Flags.reduce_depth; in FuzzerDriver()