Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2313 bool canReuseExtract(ArrayRef<Value *> VL, Value *OpValue,
4049 bool Reuse = canReuseExtract(TE.Scalars, TE.getMainOp(), CurrentOrder); in getReorderingData()
5330 bool Reuse = canReuseExtract(VL, VL0, CurrentOrder); in buildTree_rec()
5990 bool BoUpSLP::canReuseExtract(ArrayRef<Value *> VL, Value *OpValue, in canReuseExtract() function in BoUpSLP