Searched refs:LoopCost (Results 1 – 1 of 1) sorted by relevance
939 unsigned selectUnrollFactor(bool OptForSize, unsigned VF, unsigned LoopCost);5579 unsigned LoopCost) { in selectUnrollFactor() argument5661 if (LoopCost == 0) in selectUnrollFactor()5662 LoopCost = expectedCost(VF); in selectUnrollFactor()5685 DEBUG(dbgs() << "LV: Loop cost is " << LoopCost << '\n'); in selectUnrollFactor()5687 LoopCost < SmallLoopCost) { in selectUnrollFactor()5691 unsigned SmallUF = std::min(UF, (unsigned)PowerOf2Floor(SmallLoopCost / LoopCost)); in selectUnrollFactor()