Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3499 bool canReuseExtract(ArrayRef<Value *> VL,
6895 canReuseExtract(TE.Scalars, CurrentOrder, /*ResizeAllowed=*/true); in getReorderingData()
9040 bool Reuse = canReuseExtract(VL, CurrentOrder); in getScalarsVectorizationState()
10761 bool BoUpSLP::canReuseExtract(ArrayRef<Value *> VL, in canReuseExtract() function in BoUpSLP