Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
HDRandom.h41 uint64_t totalWeight() const { return TotalWeight; } in totalWeight() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/FuzzMutate/
HDIRMutator.cpp42 while (RS.totalWeight() < IB.MinFunctionNum) { in mutate()
74 Strategy->getWeight(CurSize, MaxSize, RS.totalWeight())); in mutateModule()
75 if (RS.totalWeight() == 0) in mutateModule()
HDRandomIRBuilder.cpp220 RS.sample(NewLoad, RS.totalWeight()); in newSource()