Searched refs:ScalarCallCost (Results 1 – 2 of 2) sorted by relevance
1644 int ScalarCallCost = VecTy->getNumElements() * in getEntryCost() local1649 DEBUG(dbgs() << "SLP: Call cost "<< VecCallCost - ScalarCallCost in getEntryCost()1650 << " (" << VecCallCost << "-" << ScalarCallCost << ")" in getEntryCost()1653 return VecCallCost - ScalarCallCost; in getEntryCost()
3095 unsigned ScalarCallCost = TTI.getCallInstrCost(F, ScalarRetTy, ScalarTys); in getVectorCallCost() local3097 return ScalarCallCost; in getVectorCallCost()3111 unsigned Cost = ScalarCallCost * VF + ScalarizationCost; in getVectorCallCost()