Lines Matching refs:RolledDynamicCost
217 int RolledDynamicCost; member
268 int RolledDynamicCost = 0; in analyzeLoopUnrollCost() local
417 RolledDynamicCost += TTI.getUserCost(&I); in analyzeLoopUnrollCost()
499 if (UnrolledCost == RolledDynamicCost) { in analyzeLoopUnrollCost()
524 << "RolledDynamicCost: " << RolledDynamicCost << "\n"); in analyzeLoopUnrollCost()
525 return {{UnrolledCost, RolledDynamicCost}}; in analyzeLoopUnrollCost()
642 uint64_t RolledDynamicCost) { in canUnrollCompletely() argument
655 assert(RolledDynamicCost >= UnrolledCost && in canUnrollCompletely()
663 (uint64_t)(RolledDynamicCost - UnrolledCost) * 100ull / RolledDynamicCost; in canUnrollCompletely()
684 DEBUG(dbgs() << " Rolled dynamic cost: " << RolledDynamicCost << "\n"); in canUnrollCompletely()
771 Cost->UnrolledCost, Cost->RolledDynamicCost)) { in computeUnrollCount()