Searched refs:VecCallCost (Results 1 – 1 of 1) sorted by relevance
1717 int VecCallCost = TTI->getIntrinsicInstrCost(ID, VecTy, VecTys, FMF); in getEntryCost() local1719 DEBUG(dbgs() << "SLP: Call cost "<< VecCallCost - ScalarCallCost in getEntryCost()1720 << " (" << VecCallCost << "-" << ScalarCallCost << ")" in getEntryCost()1723 return VecCallCost - ScalarCallCost; in getEntryCost()