Home
last modified time | relevance | path

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

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