Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3097 unsigned VectorCallCost = TTI.getCallInstrCost(nullptr, RetTy, Tys); in getVectorCallCost() local
3098 if (VectorCallCost < Cost) { in getVectorCallCost()
3100 return VectorCallCost; in getVectorCallCost()