Searched refs:ScalarCallCost (Results 1 – 2 of 2) sorted by relevance
1590 int ScalarCallCost = VecTy->getNumElements() * in getEntryCost() local1595 DEBUG(dbgs() << "SLP: Call cost "<< VecCallCost - ScalarCallCost in getEntryCost()1596 << " (" << VecCallCost << "-" << ScalarCallCost << ")" in getEntryCost()1599 return VecCallCost - ScalarCallCost; in getEntryCost()
2678 unsigned ScalarCallCost = TTI.getCallInstrCost(F, ScalarRetTy, ScalarTys); in getVectorCallCost() local2680 return ScalarCallCost; in getVectorCallCost()2694 unsigned Cost = ScalarCallCost * VF + ScalarizationCost; in getVectorCallCost()