Searched refs:getCanonicalGraphSize (Results 1 – 1 of 1) sorted by relevance
1938 unsigned getCanonicalGraphSize() const { return BaseGraphSize; } in getCanonicalGraphSize() function in llvm::slpvectorizer::BoUpSLP11939 getCanonicalGraphSize() != getTreeSize() && UserIgnoreList && in transformNodes()11940 getCanonicalGraphSize() <= SmallTree && in transformNodes()11941 count_if(ArrayRef(VectorizableTree).drop_front(getCanonicalGraphSize()), in transformNodes()14134 if (getCanonicalGraphSize() != getTreeSize()) { in isTreeNotExtendable()14137 getCanonicalGraphSize() <= SmallTree && in isTreeNotExtendable()14138 count_if(ArrayRef(VectorizableTree).drop_front(getCanonicalGraphSize()), in isTreeNotExtendable()21011 Size = R.getCanonicalGraphSize(); in vectorizeStoreChain()21023 Size = R.getCanonicalGraphSize(); in vectorizeStoreChain()22678 V.getCanonicalGraphSize() != V.getTreeSize()) in tryToReduce()