Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp4087 InstructionCost VecCallCost = in getEntryCost() local
4090 LLVM_DEBUG(dbgs() << "SLP: Call cost " << VecCallCost - ScalarCallCost in getEntryCost()
4091 << " (" << VecCallCost << "-" << ScalarCallCost << ")" in getEntryCost()
4094 return ReuseShuffleCost + VecCallCost - ScalarCallCost; in getEntryCost()