Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMisExpect.cpp164 uint64_t ScaledThreshold = LikelyProbablilty.scale(RealWeightsTotal); in verifyMisExpect() local
173 ScaledThreshold *= (1.0 - Tolerance / 100.0); in verifyMisExpect()
176 if (ProfiledWeight < ScaledThreshold) in verifyMisExpect()