Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3120 unsigned VectorCallCost = TTI.getCallInstrCost(nullptr, RetTy, Tys); in getVectorCallCost() local
3121 if (VectorCallCost < Cost) { in getVectorCallCost()
3123 return VectorCallCost; in getVectorCallCost()