Searched refs:LoopCost (Results 1 – 1 of 1) sorted by relevance
1442 unsigned LoopCost);1449 unsigned LoopCost);4914 unsigned LoopCost) { in selectInterleaveCount() argument4991 if (LoopCost == 0) in selectInterleaveCount()4992 LoopCost = expectedCost(VF); in selectInterleaveCount()5015 DEBUG(dbgs() << "LV: Loop cost is " << LoopCost << '\n'); in selectInterleaveCount()5016 if (!InterleavingRequiresRuntimePointerCheck && LoopCost < SmallLoopCost) { in selectInterleaveCount()5021 std::min(IC, (unsigned)PowerOf2Floor(SmallLoopCost / LoopCost)); in selectInterleaveCount()