Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp399 const Scaled64 InfiniteLoopScale(1, 12); in computeLoopScale() local
412 ExitMass.isEmpty() ? InfiniteLoopScale : ExitMass.toScaled().inverse(); in computeLoopScale()