Lines Matching refs:RolledDynamicCost
234 uint64_t UnrolledCost, uint64_t RolledDynamicCost);
504 int RolledDynamicCost; member
548 int RolledDynamicCost = 0; in analyzeLoopUnrollCost() local
619 RolledDynamicCost += InstCost; in analyzeLoopUnrollCost()
675 if (UnrolledCost == RolledDynamicCost) { in analyzeLoopUnrollCost()
683 << "RolledDynamicCost: " << RolledDynamicCost << "\n"); in analyzeLoopUnrollCost()
684 return {{UnrolledCost, RolledDynamicCost}}; in analyzeLoopUnrollCost()
800 uint64_t RolledDynamicCost) { in canUnrollCompletely() argument
814 assert(RolledDynamicCost >= UnrolledCost && in canUnrollCompletely()
822 (uint64_t)(RolledDynamicCost - UnrolledCost) * 100ull / RolledDynamicCost; in canUnrollCompletely()
843 DEBUG(dbgs() << " Rolled dynamic cost: " << RolledDynamicCost << "\n"); in canUnrollCompletely()
992 Cost->RolledDynamicCost)) { in runOnLoop()