Searched refs:LoopCost (Results 1 – 3 of 3) sorted by relevance
2603 int LoopCost = 0; in unswitchBestCondition() local2619 LoopCost += Cost; in unswitchBestCondition()2620 assert(LoopCost >= 0 && "Must not have negative loop costs!"); in unswitchBestCondition()2623 LLVM_DEBUG(dbgs() << " Total loop cost: " << LoopCost << "\n"); in unswitchBestCondition()2646 int Cost = LoopCost; in unswitchBestCondition()
1238 unsigned LoopCost = 1; in RateRegister() local1248 LoopCost = 0; in RateRegister()1252 C.AddRecCost += LoopCost; in RateRegister()
864 unsigned LoopCost);4909 unsigned LoopCost) { in selectInterleaveCount() argument4987 if (LoopCost == 0) in selectInterleaveCount()4988 LoopCost = expectedCost(VF).first; in selectInterleaveCount()5011 LLVM_DEBUG(dbgs() << "LV: Loop cost is " << LoopCost << '\n'); in selectInterleaveCount()5012 if (!InterleavingRequiresRuntimePointerCheck && LoopCost < SmallLoopCost) { in selectInterleaveCount()5017 std::min(IC, (unsigned)PowerOf2Floor(SmallLoopCost / LoopCost)); in selectInterleaveCount()