Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1647 int VecCallCost = TTI->getIntrinsicInstrCost(ID, VecTy, VecTys); in getEntryCost() local
1649 DEBUG(dbgs() << "SLP: Call cost "<< VecCallCost - ScalarCallCost in getEntryCost()
1650 << " (" << VecCallCost << "-" << ScalarCallCost << ")" in getEntryCost()
1653 return VecCallCost - ScalarCallCost; in getEntryCost()