Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DMisExpect.cpp202 uint64_t ScaledThreshold = LikelyProbablilty.scale(RealWeightsTotal); in verifyMisExpect() local
211 ScaledThreshold *= (1.0 - Tolerance / 100.0); in verifyMisExpect()
214 if (ProfiledWeight < ScaledThreshold) in verifyMisExpect()