Searched refs:ScalarReduxCost (Results 1 – 3 of 3) sorted by relevance
6893 int ScalarReduxCost = 0; in getReductionCost() local6896 ScalarReduxCost = in getReductionCost()6903 ScalarReduxCost = in getReductionCost()6911 ScalarReduxCost *= (ReduxWidth - 1); in getReductionCost()6913 LLVM_DEBUG(dbgs() << "SLP: Adding cost " << VecReduxCost - ScalarReduxCost in getReductionCost()6919 return VecReduxCost - ScalarReduxCost; in getReductionCost()
7208 int ScalarReduxCost = 0; in getReductionCost() local7211 ScalarReduxCost = in getReductionCost()7218 ScalarReduxCost = in getReductionCost()7226 ScalarReduxCost *= (ReduxWidth - 1); in getReductionCost()7228 LLVM_DEBUG(dbgs() << "SLP: Adding cost " << VecReduxCost - ScalarReduxCost in getReductionCost()7234 return VecReduxCost - ScalarReduxCost; in getReductionCost()
4141 int ScalarReduxCost = in getReductionCost() local4144 DEBUG(dbgs() << "SLP: Adding cost " << VecReduxCost - ScalarReduxCost in getReductionCost()4150 return VecReduxCost - ScalarReduxCost; in getReductionCost()