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.cpp38 RandomRate("lower-allow-check-random-rate", variable
108 return RandomRate.getNumOccurrences() && in removeUbsanTraps()
109 !std::bernoulli_distribution(RandomRate)(GetRng()); in removeUbsanTraps()
170 return RandomRate.getNumOccurrences() || in IsRequested()