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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDataFlowTrace.h51 uint32_t GetCounter(size_t FunctionId, size_t BasicBlockId) { argument
55 if (BasicBlockId < Counters.size())
56 return Counters[BasicBlockId];

Completed in 165 milliseconds