Home
last modified time | relevance | path

Searched refs:VecCallCost (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp6503 InstructionCost VecCallCost = in getEntryCost() local
6506 LLVM_DEBUG(dbgs() << "SLP: Call cost " << VecCallCost - ScalarCallCost in getEntryCost()
6507 << " (" << VecCallCost << "-" << ScalarCallCost << ")" in getEntryCost()
6510 return CommonCost + VecCallCost - ScalarCallCost; in getEntryCost()