Searched defs:TreeEntry (Results 1 – 1 of 1) sorted by relevance
1612 struct TreeEntry { struct in llvm::slpvectorizer::BoUpSLP1613 using VecTreeTy = SmallVector<std::unique_ptr<TreeEntry>, 8>;1614 TreeEntry(VecTreeTy &Container) : Container(Container) {} in TreeEntry() function1617 bool isSame(ArrayRef<Value *> VL) const { in isSame()1627 ValueList Scalars;1630 Value *VectorizedValue = nullptr;1635 enum EntryState { Vectorize, ScatterVectorize, NeedToGather };1636 EntryState State;1639 SmallVector<int, 4> ReuseShuffleIndices;1642 SmallVector<unsigned, 4> ReorderIndices;[all …]