Searched refs:VecCallCost (Results 1 – 1 of 1) sorted by relevance
1647 int VecCallCost = TTI->getIntrinsicInstrCost(ID, VecTy, VecTys); in getEntryCost() local1649 DEBUG(dbgs() << "SLP: Call cost "<< VecCallCost - ScalarCallCost in getEntryCost()1650 << " (" << VecCallCost << "-" << ScalarCallCost << ")" in getEntryCost()1653 return VecCallCost - ScalarCallCost; in getEntryCost()