Searched refs:RolledDynamicCost (Results 1 – 1 of 1) sorted by relevance
234 uint64_t UnrolledCost, uint64_t RolledDynamicCost);504 int RolledDynamicCost; member548 int RolledDynamicCost = 0; in analyzeLoopUnrollCost() local619 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() argument814 assert(RolledDynamicCost >= UnrolledCost && in canUnrollCompletely()822 (uint64_t)(RolledDynamicCost - UnrolledCost) * 100ull / RolledDynamicCost; in canUnrollCompletely()[all …]