Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp9319 SmallBitVector UsedScalars(Sz, false); in getEntryCost() local
9323 UsedScalars.set(I); in getEntryCost()
9342 ScalarCost = (Sz - UsedScalars.count()) * ScalarEltCost(0); in getEntryCost()
9345 if (UsedScalars.test(I)) in getEntryCost()