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

  /external/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 59 typedef BlockFrequencyInfoImplBase::Scaled64 Scaled64;
339 static Scaled64 getMaxLoopScale() { return Scaled64(1, 12); }
425 const Scaled64 &Min, const Scaled64 &Max) {
433 // Scaled64(1,64)/Max.
434 Scaled64 ScalingFactor = Min.inverse();
442 Scaled64 Scaled = BFI.Freqs[Index].Scaled * ScalingFactor;
467 Scaled64 &F = Working.isAPackage() ? Working.getPackagedLoop()->Scal
    [all...]
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 171 typedef ScaledNumber<uint64_t> Scaled64;
200 Scaled64 Scaled;
218 Scaled64 Scale;
465 Scaled64 getFloatingBlockFreq(const BlockNode &Node) const;
    [all...]

Completed in 563 milliseconds