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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp49 ScaledNumber<uint64_t> BlockMass::toScaled() const { function in class:BlockMass
397 ExitMass.isEmpty() ? InfiniteLoopScale : ExitMass.toScaled().inverse();
509 Loop.Scale *= Loop.Mass.toScaled();
530 Freqs[Index].Scaled = Working[Index].Mass.toScaled();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h141 ScaledNumber<uint64_t> toScaled() const;

Completed in 101 milliseconds