Searched refs:VecCallCost (Results 1 – 1 of 1) sorted by relevance
4087 InstructionCost VecCallCost = in getEntryCost() local4090 LLVM_DEBUG(dbgs() << "SLP: Call cost " << VecCallCost - ScalarCallCost in getEntryCost()4091 << " (" << VecCallCost << "-" << ScalarCallCost << ")" in getEntryCost()4094 return ReuseShuffleCost + VecCallCost - ScalarCallCost; in getEntryCost()