Searched refs:VecCallCost (Results 1 – 1 of 1) sorted by relevance
6503 InstructionCost VecCallCost = in getEntryCost() local6506 LLVM_DEBUG(dbgs() << "SLP: Call cost " << VecCallCost - ScalarCallCost in getEntryCost()6507 << " (" << VecCallCost << "-" << ScalarCallCost << ")" in getEntryCost()6510 return CommonCost + VecCallCost - ScalarCallCost; in getEntryCost()