Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/fuzzer/
H A DFuzzerOptions.h36 bool ReduceDepth = false; member
H A DFuzzerLoop.cpp766 if (Options.ReduceDepth && !FoundUniqFeatures) in MutateAndTestOne()
H A DFuzzerDriver.cpp693 Options.ReduceDepth = Flags.reduce_depth; in FuzzerDriver()