Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DLowerAllowCheckPass.cpp37 RandomRate("lower-allow-check-random-rate", variable
80 if (!RandomRate.getNumOccurrences()) in removeUbsanTraps()
84 std::bernoulli_distribution D(RandomRate); in removeUbsanTraps()
145 return RandomRate.getNumOccurrences() || in IsRequested()