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

/external/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp339 static Scaled64 getMaxLoopScale() { return Scaled64(1, 12); } function
357 if (Loop.Scale > getMaxLoopScale()) {
358 Loop.Scale = getMaxLoopScale();
359 DEBUG(dbgs() << " - reduced-to-max-scale: " << getMaxLoopScale() << "\n");

Completed in 769 milliseconds