Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1717 int VecCallCost = TTI->getIntrinsicInstrCost(ID, VecTy, VecTys, FMF); in getEntryCost() local
1719 DEBUG(dbgs() << "SLP: Call cost "<< VecCallCost - ScalarCallCost in getEntryCost()
1720 << " (" << VecCallCost << "-" << ScalarCallCost << ")" in getEntryCost()
1723 return VecCallCost - ScalarCallCost; in getEntryCost()