Searched refs:VecCallCost (Results 1 – 1 of 1) sorted by relevance
3531 int VecCallCost = TTI->getIntrinsicInstrCost(ID, CI->getType(), Args, FMF, in getEntryCost() local3534 LLVM_DEBUG(dbgs() << "SLP: Call cost " << VecCallCost - ScalarCallCost in getEntryCost()3535 << " (" << VecCallCost << "-" << ScalarCallCost << ")" in getEntryCost()3538 return ReuseShuffleCost + VecCallCost - ScalarCallCost; in getEntryCost()