Searched refs:LoopCost (Results 1 – 1 of 1) sorted by relevance
947 unsigned selectUnrollFactor(bool OptForSize, unsigned VF, unsigned LoopCost);4626 unsigned LoopCost) { in selectUnrollFactor() argument4708 if (LoopCost == 0) in selectUnrollFactor()4709 LoopCost = expectedCost(VF); in selectUnrollFactor()4732 DEBUG(dbgs() << "LV: Loop cost is " << LoopCost << '\n'); in selectUnrollFactor()4734 LoopCost < SmallLoopCost) { in selectUnrollFactor()4738 unsigned SmallUF = std::min(UF, (unsigned)PowerOf2Floor(SmallLoopCost / LoopCost)); in selectUnrollFactor()