Home | History | Annotate | Download | only in Vectorize

Lines Matching refs:LoopCost

1629   /// Otherwise, the interleave count is computed and returned. VF and LoopCost
1632 unsigned LoopCost);
1636 /// other parameters. VF and LoopCost are the selected vectorization factor
1639 unsigned LoopCost);
5376 unsigned LoopCost) {
5453 if (LoopCost == 0)
5454 LoopCost = expectedCost(VF).first;
5477 DEBUG(dbgs() << "LV: Loop cost is " << LoopCost << '\n');
5478 if (!InterleavingRequiresRuntimePointerCheck && LoopCost < SmallLoopCost) {
5483 std::min(IC, (unsigned)PowerOf2Floor(SmallLoopCost / LoopCost));