Searched defs:TreeEntry (Results 1 – 1 of 1) sorted by relevance
665 struct TreeEntry { struct in llvm::slpvectorizer::BoUpSLP666 TreeEntry(std::vector<TreeEntry> &Container) : Container(Container) {} in TreeEntry() function669 bool isSame(ArrayRef<Value *> VL) const { in isSame()679 ValueList Scalars;682 Value *VectorizedValue = nullptr;685 bool NeedToGather = false;691 ArrayRef<unsigned> ReorderIndices;699 std::vector<TreeEntry> &Container;703 SmallVector<int, 1> UserTreeIndices;1244 using TreeEntry = BoUpSLP::TreeEntry; typedef[all …]