Searched refs:UnrolledCost (Results 1 – 1 of 1) sorted by relevance
313 unsigned UnrolledCost; member363 unsigned UnrolledCost = 0; in analyzeLoopUnrollCost() local431 UnrolledCost += TTI.getUserCost(I); in analyzeLoopUnrollCost()555 if (UnrolledCost > MaxUnrolledLoopSize) { in analyzeLoopUnrollCost()557 << " UnrolledCost: " << UnrolledCost in analyzeLoopUnrollCost()611 if (UnrolledCost == RolledDynamicCost) { in analyzeLoopUnrollCost()613 << " UnrolledCost: " << UnrolledCost << "\n"); in analyzeLoopUnrollCost()635 << "UnrolledCost: " << UnrolledCost << ", " in analyzeLoopUnrollCost()637 return {{UnrolledCost, RolledDynamicCost}}; in analyzeLoopUnrollCost()714 else if (Cost.UnrolledCost != 0) in getFullUnrollBoostingFactor()[all …]