Searched refs:FunctionsWithDFT (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDataFlowTrace.h111 std::unordered_set<size_t> FunctionsWithDFT; member in class:fuzzer::BlockCoverage
H A DFuzzerDataFlowTrace.cpp51 FunctionsWithDFT.insert(FunctionId);
96 Weight = FunctionsWithDFT.count(FunctionID) ? 1000. : 1;

Completed in 74 milliseconds