Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp65 ScaledNumber<uint64_t> BlockMass::toScaled() const { in toScaled() function in BlockMass
413 ExitMass.isEmpty() ? InfiniteLoopScale : ExitMass.toScaled().inverse(); in computeLoopScale()
519 Loop.Scale *= Loop.Mass.toScaled(); in unwrapLoop()
540 Freqs[Index].Scaled = Working[Index].Mass.toScaled(); in unwrapLoops()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h147 ScaledNumber<uint64_t> toScaled() const;