Searched refs:LoopCost (Results 1 – 1 of 1) sorted by relevance
869 unsigned LoopCost);5314 unsigned LoopCost) { in selectUnrollFactor() argument5396 if (LoopCost == 0) in selectUnrollFactor()5397 LoopCost = expectedCost(VF); in selectUnrollFactor()5420 DEBUG(dbgs() << "LV: Loop cost is " << LoopCost << '\n'); in selectUnrollFactor()5422 LoopCost < SmallLoopCost) { in selectUnrollFactor()5426 unsigned SmallUF = std::min(UF, (unsigned)PowerOf2Floor(SmallLoopCost / LoopCost)); in selectUnrollFactor()