Searched refs:UnrolledCost (Results 1 – 2 of 2) sorted by relevance
213 int UnrolledCost; member261 int UnrolledCost = 0; in analyzeLoopUnrollCost() local329 UnrolledCost += TTI.getUserCost(I); in analyzeLoopUnrollCost()443 if (UnrolledCost > MaxUnrolledLoopSize) { in analyzeLoopUnrollCost()445 << " UnrolledCost: " << UnrolledCost in analyzeLoopUnrollCost()499 if (UnrolledCost == RolledDynamicCost) { in analyzeLoopUnrollCost()501 << " UnrolledCost: " << UnrolledCost << "\n"); in analyzeLoopUnrollCost()523 << "UnrolledCost: " << UnrolledCost << ", " in analyzeLoopUnrollCost()525 return {{UnrolledCost, RolledDynamicCost}}; in analyzeLoopUnrollCost()641 uint64_t UnrolledCost, in canUnrollCompletely() argument[all …]
292 unsigned UnrolledCost; member342 unsigned UnrolledCost = 0; in analyzeLoopUnrollCost() local410 UnrolledCost += TTI.getUserCost(I); in analyzeLoopUnrollCost()534 if (UnrolledCost > MaxUnrolledLoopSize) { in analyzeLoopUnrollCost()536 << " UnrolledCost: " << UnrolledCost in analyzeLoopUnrollCost()590 if (UnrolledCost == RolledDynamicCost) { in analyzeLoopUnrollCost()592 << " UnrolledCost: " << UnrolledCost << "\n"); in analyzeLoopUnrollCost()614 << "UnrolledCost: " << UnrolledCost << ", " in analyzeLoopUnrollCost()616 return {{UnrolledCost, RolledDynamicCost}}; in analyzeLoopUnrollCost()698 else if (Cost.UnrolledCost != 0) in getFullUnrollBoostingFactor()[all …]