Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDataFlowTrace.h99 uint32_t SmallestNonZeroCounter(const CoverageVector &Counters) const { in SmallestNonZeroCounter() function
H A DFuzzerDataFlowTrace.cpp99 Weight /= SmallestNonZeroCounter(Counters); in FunctionWeights()