Lines Matching defs:TreeEntry
665 struct TreeEntry { struct in llvm::slpvectorizer::BoUpSLP
666 TreeEntry(std::vector<TreeEntry> &Container) : Container(Container) {} in TreeEntry() function
669 bool isSame(ArrayRef<Value *> VL) const { in isSame()
679 ValueList Scalars;
682 Value *VectorizedValue = nullptr;
685 bool NeedToGather = false;
688 SmallVector<unsigned, 4> ReuseShuffleIndices;
691 ArrayRef<unsigned> ReorderIndices;
699 std::vector<TreeEntry> &Container;
703 SmallVector<int, 1> UserTreeIndices;
1244 using TreeEntry = BoUpSLP::TreeEntry; typedef
1289 using TreeEntry = BoUpSLP::TreeEntry; typedef