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

/external/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp29 ScaledNumber<uint64_t> BlockMass::toScaled() const { function in class:BlockMass
351 Loop.Scale = ExitMass.toScaled().inverse();
458 Loop.Scale *= Loop.Mass.toScaled();
479 Freqs[Index].Scaled = Working[Index].Mass.toScaled();
/external/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h108 ScaledNumber<uint64_t> toScaled() const;

Completed in 48 milliseconds