HomeSort by relevance Sort by last modified time
    Searched refs:toScaled (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 25 ScaledNumber<uint64_t> BlockMass::toScaled() const {
367 ExitMass.isEmpty() ? InfiniteLoopScale : ExitMass.toScaled().inverse();
478 Loop.Scale *= Loop.Mass.toScaled();
499 Freqs[Index].Scaled = Working[Index].Mass.toScaled();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 44 ScaledNumber<uint64_t> BlockMass::toScaled() const {
392 ExitMass.isEmpty() ? InfiniteLoopScale : ExitMass.toScaled().inverse();
504 Loop.Scale *= Loop.Mass.toScaled();
525 Freqs[Index].Scaled = Working[Index].Mass.toScaled();
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 123 ScaledNumber<uint64_t> toScaled() const;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 138 ScaledNumber<uint64_t> toScaled() const;
    [all...]

Completed in 233 milliseconds