Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DRandomIRBuilder.h43 uint64_t MinFunctionNum = 1; member
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp42 while (RS.totalWeight() < IB.MinFunctionNum) { in mutate()