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.cpp13032 SmallBitVector UsedScalars(Sz, false); in getEntryCost() local
13037 UsedScalars.set(I); in getEntryCost()
13057 ScalarCost = (Sz - UsedScalars.count()) * ScalarEltCost(0); in getEntryCost()
13060 if (UsedScalars.test(I)) in getEntryCost()