Lines Matching defs:LoopCost
1017 /// Otherwise, the interleave count is computed and returned. VF and LoopCost
1019 unsigned selectInterleaveCount(ElementCount VF, InstructionCost LoopCost);
4862 InstructionCost LoopCost) {
4902 if (LoopCost == 0) {
4903 LoopCost = expectedCost(VF);
4904 assert(LoopCost.isValid() && "Expected to have chosen a VF with valid cost");
4907 if (LoopCost == 0)
5053 LLVM_DEBUG(dbgs() << "LV: Loop cost is " << LoopCost << '\n'
5059 !ScalarInterleavingRequiresPredication && LoopCost < SmallLoopCost) {
5064 SmallLoopCost / *LoopCost.getValue()));