Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1148 bool isTreeTinyAndNotFullyVectorizable(bool ForReduction = false) const;
7581 bool BoUpSLP::isTreeTinyAndNotFullyVectorizable(bool ForReduction) const { in isTreeTinyAndNotFullyVectorizable() function in BoUpSLP
11412 if (R.isTreeTinyAndNotFullyVectorizable()) in vectorizeStoreChain()
11719 if (R.isTreeTinyAndNotFullyVectorizable()) in tryToVectorizeList()
12580 if (V.isTreeTinyAndNotFullyVectorizable(/*ForReduction=*/true)) { in tryToReduce()