Searched refs:ScalarCallCost (Results 1 – 2 of 2) sorted by relevance
1714 int ScalarCallCost = VecTy->getNumElements() * in getEntryCost() local1719 DEBUG(dbgs() << "SLP: Call cost "<< VecCallCost - ScalarCallCost in getEntryCost()1720 << " (" << VecCallCost << "-" << ScalarCallCost << ")" in getEntryCost()1723 return VecCallCost - ScalarCallCost; in getEntryCost()
3288 unsigned ScalarCallCost = TTI.getCallInstrCost(F, ScalarRetTy, ScalarTys); in getVectorCallCost() local3290 return ScalarCallCost; in getVectorCallCost()3304 unsigned Cost = ScalarCallCost * VF + ScalarizationCost; in getVectorCallCost()