Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp400 const Scaled64 InfiniteLoopScale(1, 12); in computeLoopScale() local
413 ExitMass.isEmpty() ? InfiniteLoopScale : ExitMass.toScaled().inverse(); in computeLoopScale()