Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2043 bool isTreeTinyAndNotFullyVectorizable(bool ForReduction = false) const;
14012 bool BoUpSLP::isTreeTinyAndNotFullyVectorizable(bool ForReduction) const { in isTreeTinyAndNotFullyVectorizable() function in BoUpSLP
21007 if (R.isTreeTinyAndNotFullyVectorizable()) { in vectorizeStoreChain()
21667 if (R.isTreeTinyAndNotFullyVectorizable()) in tryToVectorizeList()
22574 if (V.isTreeTinyAndNotFullyVectorizable(/*ForReduction=*/true)) { in tryToReduce()