Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp502 uint64_t DirectSinkIdx = uniform<uint64_t>(IB.Rand, 0, Blocks.size() - 1); in connectBlocksToSink() local
505 CFGToSink ToSink = (i == DirectSinkIdx) in connectBlocksToSink()